In my work/office enviroment we use a proxy server. When working from home there is no proxy. I am trying to do a git fetch:
fatal: unable to access 'https://github.com/myapp/myrepo.git/': Fail
ed connect to github.com:8080; No error
Normally when I am in the office and I run this command it will ask for a password to the repo. At home it does not ask it instead it shows the error above. How can I fix this/avoid this error?