Git and Bitbucket without SSH

前端 未结 4 947
Happy的楠姐
Happy的楠姐 2021-02-02 09:13

I\'ve set up a local git repository on my computer, and I\'m trying to push that to a newly created Bitbucket account.

The problem is that Bitbucket gives me an s

4条回答
  •  无人共我
    2021-02-02 09:54

    Have you tried using?

    git@bitbucket.org:accountname/reponame.git
    

    You may take a look here

提交回复
热议问题