idea 将项目托管到 Git 报错:Can't finish Gitee sharing process

Posted nahshon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea 将项目托管到 Git 报错:Can't finish Gitee sharing process相关的知识,希望对你有一定的参考价值。

在idea中报: Can‘t finish Gitee sharing process
Succssully created project ‘dmp‘ on Gitee. but initial commit failed:


技术图片

 

并且在 Gitee 仓库 只有 .git 文件 .


技术图片


解决办法:

  1、在桌面鼠标右键
  2、选择 Git Bash Here
  3、键入:git config -- global user.name "你的用户名"
  4、键入:git config --global user.email "你的邮箱"

 

最后在idea中再次托管项目,出现下图 即托管成功。


技术图片

 

以上是关于idea 将项目托管到 Git 报错:Can't finish Gitee sharing process的主要内容,如果未能解决你的问题,请参考以下文章

IDEA上的项目托管到码云步骤

idea中git报错

IDEA启动web项目,或者运行web项目是报错can not fond class

Coding上创建项目将IDEA中的代码提交到Coding上的代码仓库Git的下载IDEA上配置Git

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

coding上创建项目创建代码仓库将IDEA中的代码提交到coding上的代码仓库Git的下载IDEA上配置git