ssh - Unable to pull/push remote Git at work -


i want pull/push remote git repository @ work , doesn't work, work when @ home. following error message:

$ git pull origin master password 'https://####@api-###############.oasis.sandstorm.io': remote: missing or invalid authorization header. remote: remote: address serves apis, allow external apps (such phone app) remote: access data on sandstorm server. address not meant opened remote: in regular browser. fatal: authentication failed 'https://###@api-#########.oasis.sandstorm.io/conradchamerski/merakiscripts.git/' 

the repository hosted on sandstorm , using cogs grain if familiar that. have added proxy settings global configs of git , still doesn't work. tried following combinations:

> git config --global http.proxy http://name:port git config --global > http.proxy http://username:password@name:port 


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - VueJS2 and the Window Object - how to use? -