You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a random example and it turned out that requests for various files (i.e. .git/packed-refs, .git/refs/wip/index/refs/heads/master, .git/refs/stash .git/refs/wip/wtree/refs/heads/master, .git/refs/remotes/origin/HEAD, .git/info/refs .git/objects/info/packs, .git/logs/refs/remotes/origin/HEAD) were affected by a HTTP rule. They were redirected to an index HTML file.
So I guess two things should be considered here:
Probably not to follow redirects
Definitely check whether the result is HTML.
Otherwise it will look like this:
fatal: unexpected line in .git/packed-refs: </html>?
PS: Thank you for your work!
The text was updated successfully, but these errors were encountered:
I tried a random example and it turned out that requests for various files (i.e.
.git/packed-refs
,.git/refs/wip/index/refs/heads/master
,.git/refs/stash .git/refs/wip/wtree/refs/heads/master
,.git/refs/remotes/origin/HEAD
,.git/info/refs .git/objects/info/packs
,.git/logs/refs/remotes/origin/HEAD
) were affected by a HTTP rule. They were redirected to an index HTML file.So I guess two things should be considered here:
Otherwise it will look like this:
PS: Thank you for your work!
The text was updated successfully, but these errors were encountered: