码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-05-04 17:51:26      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:har   nbsp   鼠标右键   鼠标   图片   桌面   png   mail   strong   

在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

标签:har   nbsp   鼠标右键   鼠标   图片   桌面   png   mail   strong   

原文地址:https://www.cnblogs.com/Nahshon/p/12800361.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!