I already have the repo in GitHub set up, but when I try to push a file from my local machine to the remote repo it just doesn't work, I don't even get a error message, my terminal just stops responding.
[]
CodePudding user response:
Try to run git status
to determine what's going on.
Did you commit the files you are trying to push?
You can check out Github's tutorial at the following link.