IDEA连接码云

IDEA连接码云

IDEA连接码云:

1.安装Gitee插件

2.下载git.exe

https://git-scm.com/download/win

3.安装git

如果是Win10专业版,可能会出错,GitBash无法启动。

解决方案:https://blog.csdn.net/weixin_36732046/article/details/82426036

  • cmd:【sc query null】
  • cmd:【sc start null】无法启动服务
  • 下载【null.sys】文件,放入【C:WindowsSystem32drivers】文件夹
  • 以管理员身份运行cmd:【sc start null】,服务启动
  • GitBash可以正常启动,OK。

4.IDEA建立项目

5.上方横条菜单→VCS→Import Into Version Control进行提交

Version Control System,版本控制系统