Bitbucket git 代码推送远端报错: Unauthorized - fatal: Could not read from remote repository

项目中使用 ssh 拉取代码,配置了 ssh 公钥依然报错。

解决方法:Can't git push to Bitbucket: Unauthorized - fatal: Could not read from remote repository - Stack Overflow

 Bitbucket 配置 ssh 的地方有两个:代码仓库和Setting 

代码仓库中设置  ssh 只有只读权限

只有在 Setting 中设置 ssh 才有读写权限

 

Bitbucket git 代码推送远端报错: Unauthorized - fatal: Could not read from remote repository_第1张图片

在设置-> Personal Bitbucket settings 中添加 ssh 公钥即可

在 Bitbucket git 代码推送远端报错: Unauthorized - fatal: Could not read from remote repository_第2张图片

 

你可能感兴趣的:(git,github,ssh)