Push doesn't work
Created by: alexbagirov
I have added my SSH. After I create a test repo and make these commands: mkdir sigma cd sigma git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:root/sigma.git After I do the last comand git push -u origin master and nothing happens (just an empty output in terminal).