I used git before without any problems, but all of a sudden I cannot click or clone . when I use this command nothing just happens, even an error, so I need to press ctrl + c or just close the git window.
I use this simple command to push:
git push origin master
also tried with the -u option.
- I opened port 22 in my firewall, no luck
- I use both http and ssh, again no luck
- I am installing a new version of git, no luck
so what can i do to solve this problem?
Update:
I installed a new win xp in a virtual machine and checked push something, the same result as before, so there may be a problem with connecting to the Internet.
any idea?
source share