0
点赞
收藏
分享

微信扫一扫

解决Permission to xxx denied to xxx

三分梦_0bc3 2023-01-11 阅读 147


用ssh,不用http

解决Permission to xxx denied to xxx_git

设置远程地址

修改命令 
git remote set-url origin [url] 

把地址设置成ssh的

生成ssh-key

ssh-keygen -t rsa -C "XXXXXXXX"

添加到github个人配置中

举报

相关推荐

0 条评论