Yellow, I have tried setting up the option "Accessing (Pushing to) Github without username and password" following these steps... https://medium.com/@amanze.ogbonna/accessing-pushing-to-github-without-username-and-password-3022feb077fb
But now I get an error that I can't seem to shake:
ficho@ficho-PS63-Modern-8M:~/Desktop/FUTSAL CUP 2020/www$ git push
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ficho@ficho-PS63-Modern-8M:~/Desktop/FUTSAL CUP 2020/www$ git remote -v
github https://github.com/FilipZafran/FutsalCup.git (fetch)
github https://github.com/FilipZafran/FutsalCup.git (push)
origin origin (fetch)
origin origin (push)
I am using Ubuntu 18.4.
This is the Github repo: https://github.com/FilipZafran/FutsalCup
Not sure what I messed up...