pycharm git update problem

1. Run git-cmd.exe;
2.d:
  cd project path
3. Execute command: git remote set-url origin https://github.com/wawj901124/jmeter.git
 
 Where https://github.com/wawj901124/jmeter.git is the github project path
 
 
 
Another method is:
 
1. Create a new project;
2. Then click git in the project (enter github address and local project path (new project)), click clone;
3. Open the cloned project again
 
 
Local update without update detected
Need to add a local project path to version control in setting

Guess you like

Origin www.cnblogs.com/jingzaixin/p/12742142.html