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:\Windows\System32\drivers】文件夹
  • 以管理员身份运行cmd:【sc start null】,服务启动
  • GitBash可以正常启动,OK。

4.IDEA建立项目

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

Version Control System,版本控制系统

相关文章:

  • 2022-01-01
  • 2022-01-14
  • 2021-07-23
  • 2021-12-20
  • 2021-07-14
  • 2021-04-20
  • 2021-11-24
  • 2021-07-21
猜你喜欢
  • 2021-08-22
  • 2021-07-31
  • 2021-06-03
  • 2021-11-30
  • 2022-12-23
  • 2021-10-28
  • 2021-10-01
相关资源
相似解决方案