Pycharm提交到GitLab问题Can't connect to repository

Posted ShengLeQi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pycharm提交到GitLab问题Can't connect to repository相关的知识,希望对你有一定的参考价值。

第一次提交,显示创建了repositories,但是代码push不上,之后我删除了相应的repositories,再次提交,出现:Can‘t connect to repository from configured remote. You could want to check .git config.Do you want to proceed anyway?

解决办法:关闭Pycharm,进入项目文件夹,查看隐藏文件,可以看到.git文件夹,进入后查看config文件,删除[remote "origin"]以及所包含的url 和fetch共三行。重启AS,并提交到git。

以上是关于Pycharm提交到GitLab问题Can't connect to repository的主要内容,如果未能解决你的问题,请参考以下文章

python webdriver 报错WebDriverException: Message: can't access dead object的原因(pycharm中)

使用pycharm写了一个.py文件,运行时遇到 can't find '__main__' module in问题

CentOS8安装pycharm报错Can't connect to X11 window server using ':0' as the value of the DIS(

代码检测docker-sonarqube

yolov5 5.0 报错日常Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘D:\Pycharm\Code\yolov5

IDEA新建项目提交到git仓库时报错:Can't Update No tracked branch configured for branch master or the branch...