[git] fatal:protocol 'https' is not support

git remote add origin https: // xxxxxx # add a remote repository
git fetch origin master # the latest contents of the remote repository to pull local

  

Then came the following questions:

 

Ideas:

.Git file into the local repository directory folder, open the config file and found that my remote repository URL of a problem:

 

Solution:

The <0x96> Delete and save the config file after the equal sign url, then

git fetch origin master

 

 The problem was eventually solved!

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/Ghost4C-QH/p/12563636.html