Home > other >  Could you tell me why use git under Windows 7 upload project of the following would happen?
Could you tell me why use git under Windows 7 upload project of the following would happen?

Time:10-04

Is I use baidu cloud storage, according to the tutorial in the git download file to the local modifications, modified by git upload again, why is this case:


I think should is the user name and password, so I'm in the project right choice TortoiseGit - & gt; Settings, but the pop-up the prompt box:


Is the current state of the Effective only read permissions, so can't modify the upload, but changes in the Settings for the Local, the System all not line, the last is still back into Effective, and I fill in the User name and email in the User Info, why or upload unsuccessful?

CodePudding user response:

The reason why there are many kinds of ~
Try the following solutions:
1, find the set of "Network" (- & gt; Settings - & gt; Network)
2, set up the bottom SSH client path: C: \ Program Files \ TortoiseGit \ bin \ TortoisePlink exe (will be subject to your installation)
3, at the time of git clone SSH address, don't make a mistake to git a Read - Only the address, at the time of clone to check the Load the Putty Key and select the private Key
  • Related