Hello CMake developers,

It's been some time now and I have tried everything that came into my mind (and 
I found on google), but I found no way to push any changes on my CMake fork.

My situation: I am behind a corporate firewall which proxies/breaks all ssl 
connections and ssh is blocked completely.

Using the following git configuration I am able to fetch/pull from kitware:

[http "https://gitlab.kitware.com";]
                proxy = http://<mycorporateproxy>.com:8080
                sslVerify = false

Without the proxy configuration I am not able to connect to the repo, i.e. not 
even fetching is possible. With the proxy enabled I get request for username 
and password. After entering my credentials however I get the following message:

Username for 'https://gitlab.kitware.com': <username>
Password for 'https://stuer...@gitlab.kitware.com':
remote: HTTP Basic: Access denied
fatal: Authentication failed for 
'https://gitlab.kitware.com/<username>/cmake.git/'

Can anyone help me so I can contribute to CMake again? This is really sad ...

/Michael

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake-developers

Reply via email to