I have two github accounts, one for my own projects and another one for my companie's projects. In my mac I always have committed to my personal github account, which actually doesn't ask for username and/or password when pulling/pushing.
Is there a way to be able to switch between my personal account and my job account?
When I try to clone from my job's account I get the error
remote: Repository not found.
I guess the problem is that git is trying to clone using my personal account.