I'm using https for my work git private repo. Yesterday I followed this along with git instructions to set up for my personal account on the same machine with ssh. It worked fine, but today I'm trying to pull from work repo and getting following:
remote: Repository not found.
fatal: repository 'https://github.com/Divorcemate/cloud2016.git/' not found
My coworkers have to problem pulling.
I don't see any change when git config --list which could have caused this.
As well I tried removing the origin from config file and adding with git remote add origin and it didn't help.