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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
I've been trying to clone repos from my private bitbucket server and I constantly run into
"reference not found" errors. I was able to find out that its due to go-git requiring a HEAD reference which bitbucket server doesn't provide by default. Can you explain why HEAD is expected? Ignoring HEAD allows cloning of the particular repo.
Hey there
First and foremost thank you for the library.
I've been trying to clone repos from my private bitbucket server and I constantly run into
"reference not found" errors. I was able to find out that its due to go-git requiring a HEAD reference which bitbucket server doesn't provide by default. Can you explain why HEAD is expected? Ignoring HEAD allows cloning of the particular repo.
Thanks a lot
-Alessandro