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

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"

猜你喜欢

转载自blog.csdn.net/xxfen_/article/details/128608822
C V