Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can't execute go get for private repository

Ihor Bondartcov November 8, 2018

I working via  ssh key. But I have problem with go get ... . I cant add any repository to my project. Also it's main cause why my dep didn't work. I am admin in my repository. Repository is private.

 

Error:
package git.xxx.com/scm/lob/xxxx: unrecognized import path "git.xxx.com/scm/lob/xxxx" (https fetch: Get https://git.xxx.com/scm/lob/xxxx?go-get=1: x509: certificate signed by unknown authority)

1 answer

0 votes
Arthas nova November 8, 2018

Hi, can you explain a little more, what is the problem?

maybe add photo/text of the error

Ihor Bondartcov November 9, 2018

I added error to message.

Arthas nova November 13, 2018

maybe try to cancel https? 

run

git config http.sslVerify false

 if its not working, change to 

git config --global http.sslVerify "false"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events