0
Yesterday I created a repository on github and gave some commits, today on another machine I already cloned a repository and I’m trying to commit changes but I can’t.
process... I’ve done so far
$ git clone 'repositorio'
$ git init
//went to the repository and added a new file...
$ git status
$ git add -A
$ git push origin master <- aqui dá erro
ERROR: fatal: No configured push Destination. Either specify the URL from the command-line or configure a remote Repository using
git remote add <name> <url>
and then push using the remote name
git push <name>
You cloned for SSH?
– Giovanni Nunes
Update my answer, let me know if any of the solutions worked!
– virtualdvid
cloned by HTTP
– Pedro Alencar