Use webstorm connection github Tip: Error connecting to Gitosc: Could not parse Gitee response solutions

After github repository to create a branch, using webstorm download branch, find the following tips:

 

 

 After point clone, I can not find a local update file upload error:

No tracked branch configured for branch master or the branch doesn't exist.

According to https://blog.csdn.net/ezconn/article/details/83823172 prompt action, an invalid,

Solution:

In the local New Folder, remote reference Tutorial:

 

 

 When performing git push -u origin master, it will prompt the following error

fatal: unable to access 'https://github.com/***/rhinoceros.git/': Could not resolve host: github.com

 

 

 See: Https://Blog.Csdn.Net/qq_38415505/article/details/83687207

In turn enter the command:

git config --global --unset http.proxy

git config --global --unset https.proxy

Perform again: git push -u origin master, will pop pop, enter the warehouse user name and password can be solved.

 

Guess you like

Origin www.cnblogs.com/chig/p/12336310.html