突然原本git链接仓库失败问题排查,竟然是少了.git

正常的git仓库远程地址后面都是跟有.git的,请记住,但是突然不知道什么时候,我的仓库后面少了.git这个。所以就一直报错连不上:

vbnet 复制代码
fatal: unable to access 'http://mxxxxxxxxxxx.cn:9999/mgnt-sys/frontmgntminiapp/': Failed to connect to xxxxxxxxx port 80 after 25 ms: Couldn't connect to server

出错的git远程地址:后面少了.git

需要重新设置远程地址,并且加上.git:

arduino 复制代码
git remote set-url origin 新的仓库地址

例如新地址:

arduino 复制代码
git remote set-url origin http://mxxxxxxxx.cn:9999/mgnt-sys/frontgamepad.git

然后就可以了:

相关推荐
怪我冷i1 分钟前
es6与es5的模块区别
前端·ecmascript·es6·ai写作
一 乐3 分钟前
助农服务系统|基于SprinBoot+vue的助农服务系统(源码+数据库+文档)
前端·数据库·vue.js
by__csdn5 分钟前
Vue 2 与 Vue 3:深度解析与对比
前端·javascript·vue.js·typescript·vue·css3·html5
s***35308 分钟前
怎么下载安装yarn
android·前端·后端
q***64978 分钟前
Spring boot整合quartz方法
java·前端·spring boot
行走的陀螺仪9 分钟前
Vue3远程加载阿里巴巴字体图标实时更新方案
前端·icon·字体图标·阿里巴巴图标库
0***h94210 分钟前
TypeScript 与后端开发Node.js
javascript·typescript·node.js
q***783710 分钟前
Spring Boot项目接收前端参数的11种方式
前端·spring boot·后端
z***948413 分钟前
使用rustDesk搭建私有远程桌面
android·前端·后端
❆VE❆20 分钟前
【技术分享】前端跨窗口/标签页面通信:掌握以下几种方法,提升用户体验(附带常用场景以及典例)
前端·javascript·性能优化·vue·跨标签通信