Hey when i try to clone an repository it says:
fatal: Repository "..." not found
I tryed nearly everything to solve this issue but nothing works. Now i asked a workmate to try the same command, and at his computer it works. Can someone help?
The Console whole console output:
git clone https://github.com/jquery/jquery.git
cloning into 'jquery' ...
fatal: repository 'http://github.com/jquery/jquery.git/' not found
EDIT:
I checked the link and when i put it into my browser its opening the repository! And i uploaded a picture of the console:
EDIT:
If i try it whit ssh:
git ls-remote git@github.com:jquery/jquery.git
it works, but it still doesnt work whit https, and i need that https works for bower package installs!