-
-
Notifications
You must be signed in to change notification settings - Fork 633
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels