I am getting a 403 when I try to push my changes. Can someone advise what to do here? I am trying to commit code to which handles settings to get through a corporate proxy so we can test with WMS servers external to our network.
Here is what I did in Git:
git clone http://github.com/AnalyticalGraphicsInc/cesium.git
git branch wmsLanProxy
git checkout wmsLanProxy
git push --set-upstream origin wmsLanProxy
Username for ‘github.com’:
Password for ‘github.com’:
error: The requested URL returned error: 403 while accessing http://github.com/AnalyticalGraphicsInc/cesium.git/info/refs
fatal: HTTP request failed