1.运行git-cmd.exe;
2.d:
  cd  工程路径
3.执行命令:git remote set-url origin https://github.com/wawj901124/jmeter.git
 
 其中https://github.com/wawj901124/jmeter.git 是github工程路径
 
 
 
还有一种方法就是:
 
1.新建一个工程项目;
2.然后在项目中点击git(输入github地址和本地工程路径(新工程)),点击clone;
3.再打开克隆的项目就可以了
 
 
本地更新而未检测到更新
需要在setting中版本控制中加一下本地工程路径即可

相关文章:

  • 2022-12-23
  • 2021-09-29
  • 2022-02-03
  • 2021-12-01
  • 2021-04-03
  • 2021-10-07
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-04-14
  • 2022-12-23
  • 2021-09-07
  • 2021-05-16
  • 2021-08-18
相关资源
相似解决方案