git操作提示warning: redirecting to git@github.com:XXXXX
生活随笔
收集整理的這篇文章主要介紹了
git操作提示warning: redirecting to git@github.com:XXXXX
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、前提:
常用git clone 有兩種方式
ssh方式:git@github.com:Nehic/demo.git
https方式:https://github.com/Nehic/demo.git
查看方式:gitlab或者github等的clone里面
二、問題描述:
每次git操作都提示:
warning: redirecting to git@github.com:Nehic/demo.git
git push和git pull均失敗
三、解決方式
// 移除所有origin git remote remove origin// 重新設置origin git remote add origin git@github.com:Nehic/demo.git// pull一下看還會不會提示warning: redirecting to XXX git pull// 如果還會提示則再進行一遍,但是origin采用https的方式 git remote remove origin git remote add origin https://github.com/Nehic/demo.git總結
以上是生活随笔為你收集整理的git操作提示warning: redirecting to git@github.com:XXXXX的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 7-2互评成绩
- 下一篇: SpringBoot返回date日期格式