#694 Anonymous push doesn't work with git 2.41
Closed: Fixed by onosek. Opened by kleisauke.

Git v2.41 passes the WWW-Authenticate response header to the credential helpers, which would cause issues with fedpkg gitcred get, specifically this block:
https://pagure.io/rpkg/blob/ad67fa9069befef3e4ba5180eea6bf56b658e664/f/pyrpkg/cli.py#_828-830

Standalone reproducer:

/usr/bin/fedpkg gitcred get <<'EOF'
protocol=https
host=src.fedoraproject.org
path=forks/kleisauke/rpms/vips.git
wwwauth[]=Basic error="invalid_request", error_description="No bearer token found in the request"
EOF

Originally reported at: https://discussion.fedoraproject.org/t/83548


Looks like an off-by-one error: #695

Commit 75d42bad fixes this issue

This says closed, but there wasn't any release of fedpkg for 6 months, so it's not really? :)

Patches of the rpkg are now available in Bodhi.

Metadata Update from @onosek:
- Issue set to the milestone: 1.67

Metadata
Related Pull Requests