i used git before without any problem, but suddenly i can't push or clone anything.
when i use this command, just nothing happens, not even an error, so i have to press ctrl + c or just close git window.
i use this simple command for pushing:
git push origin master
also tried with -u parameter.
- i opened port 22 in my firewall, no luck
- i use both http and ssh, again no luck
- i install a new version of git, no luck
so what i can do to solve this?
Update:
i installed a fresh win xp on virtual machine and test to push something, same result as before, so may be my internet connection have some problem.
any idea?