idea上传gitee报错
Posted wzj_what_why_how
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea上传gitee报错相关的知识,希望对你有一定的参考价值。
找到在项目中的.git/config配置;
修改此处为:
[remote “origin”] url = http://账号:密码@gitee.com/码云用户名/仓库名.git fetch =
+refs/heads/:refs/remotes/origin/
例如:
url = https://gitee.com/hahahaha/lalalala.git
改成
url = https://1223333445:w1325464131@gitee.com/wz5645645631/lalalala.git
以上是关于idea上传gitee报错的主要内容,如果未能解决你的问题,请参考以下文章