Git - remote: Repository not found

今天git 推送和拉取都提示错误

remote: Repository not found.
fatal: repository 'https://github.com/xxx/xxx.git/' not found

解决方法:

$ git credential-manager uninstall

$ git credential-manager install

git 验证

git使用ssh密钥和https两种验证方式:
1,执行vi .git/config 通过url参数可以判断当前你用的是什么方式

2,使用ssh密钥需要生产密钥对,然后将公钥保存到git 远程服务器

    公钥生成向导:http://github.com/guides/providing-your-ssh-key。

3,https需要每次输入密码,免密方式:

    执行 git config --global credential.helper store ,他会在你下一次请求远程时候,让你最后一次输入密码,并把密码以明文的方式保存到.git-credential文件里面
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值