当前位置: 首页 > 工具软件 > Git-it > 使用案例 >

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-up

慎建本
2023-12-01

git推送本地代码到GitHub报错:git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream origin main:main fatal: unable to access

解决:

进入当前报错仓库的目录,执行GieBash命令即可

git config http.sslVerify "false"

 类似资料: