1 year ago
#218757
Donald French
GitHub CodesSpaces go get my own packages fails
I am experimenting with github.com's Codespaces and I have one private GitHub repository that is the main application and one private GitHub repository both owned by the organization. I have separate versions also owned by me, I am the only member of the organization. I also have it at gitlab.com. When I do a go get, I receive the same error response, with each of them. I understand the GitLab one as it is truly external and private
go get gitlab.com/dhf0820/fhirongo go: gitlab.com/dhf0820/fhirongo@v0.0.0-20220214041735-caaf41649f66: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /go/pkg/mod/cache/vcs/2840587b30b2dc39c3387e997f7f37b0b273b76bb344408c91136c9093b9e992: exit status 128: remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://gitlab.com/dhf0820/fhirongo.git/'
Any ideas. I am going to be traveling with my 12.9 iPad as a dev computer. As long as there is no private external repository, it works fine.
Thanks
git
go
codespaces
0 Answers
Your Answer