I have installed Windows 8 (before that, I use Windows 7). At Windows 7, I use git command everything normally. But I don't know why, at Windows 8, git command relates to network (push, pull or clone) cannot work anymore. For example, when I use :
git clone https://github.com/jfeinstein10/SlidingMenu
As some post below, I have changed to another link but still get the same error:
git clone https://github.com/jfeinstein10/SlidingMenu.git
I will receive this error:
fatal : unable to access "https://github.com/jfeinstein10/SlidingMenu' Could not resolve proxy : proxyaddress
I have googled and get some result, but when I try still cannot fix this problem.
Please tell me how to fix this. Thanks :)