Yesterday I created a repository in github and gave some commits, today already in another machine I cloned a repository and I am trying to commit changes but I can not.
process ... I have done so far
$ git clone 'repositorio'
$ git init
// I went into 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 the remote repository using
git remote add <name> <url>
and then push using the remote name
git push <name>