git push报错 fatal: repository 'xxx ' not found
- 2020-11-19 22:58:00
- IDO老徐 原創
- 15828
報錯內容:
“
isTester.com@MacBook-Pro-4 isTester % git push
fatal: repository 'http://t.istester.com:3000/21DayisTester/LinuxBlog.git' not found
”
原因,
远程仓库地址变更了;( 相关文章:查看远程仓库地址 http://istester.com/git/448.html )
解决思路 ,
更新關聯的遠程倉庫地址
怎么改 ?(更换本地git库 远程仓库地址 详细过程)
isTester.com@MacBook-Pro-4 isTester % git remote -v
origin http://t.istester.com:3000/21DayisTester/LinuxBlog.git (fetch)
origin http://t.istester.com:3000/21DayisTester/LinuxBlog.git (push)
isTester.com@MacBook-Pro-4 isTester %
isTester.com@MacBook-Pro-4 isTester % git remote set-url origin http://t.istester.com:3000/21DayisTester/LinuxBlog.git
isTester.com@MacBook-Pro-4 isTester % git remote -v
origin http://t.istester.com:3000/21DayisTester/LinuxBlog.git (fetch)
origin http://t.istester.com:3000/21DayisTester/LinuxBlog.git (push)
isTester.com@MacBook-Pro-4 isTester %
isTester.com@MacBook-Pro-4 isTester % git push
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 272 bytes | 272.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To http://t.istester.com:3000/21DayisTester/LinuxBlog.git
8e5a7bc..0657828 master -> master
IDO老徐
全网同名,个人IP公衆號
日更10年,每天 1 分钟、解决 1 个问题
職場、副業、輕創業、寫作、個人IP
公衆號、視頻號、小红书、知乎
長按/掃碼,關注IDO老徐
關注回複 401 送你「十年原創资料包」
聯系人: | IDO老徐 |
---|---|
Email: | 957863300@qq.com |
QQ: | 957863300 |
微信: | 957863300 |
微博: | isTester |
網址: | idoxu.com |
地址: | 中国 · 广东 · 深圳 |
來源備注:老徐博客