репозиторий?
что-то ничего не получается, не понимаю где ошибся:
git config --global url."git@bitbucket.org:company".insteadOf "https://bitbucket.org/company"
cat ~/.gitconfig
[user]
name = Ayaz Ayupov
email = ayaz@company.com
[url "git@bitbucket.org:company"]
insteadOf = https://bitbucket.org/company
export GOPRIVATE="bitbucket.org/company"
go get bitbucket.org/company/private-repo
go: missing Mercurial command. See https://golang.org/s/gogetcmd
go get bitbucket.org/company/private-repo: reading https://api.bitbucket.org/2.0/repositories/company/private-repo?fields=scm: 403 Forbidden
server response: Access denied. You must have write or admin access.
кто-нибудь помочь может?
Обсуждают сегодня