[cmake-developers] Pushing to gitlab.kitware.org from behind a ssl proxy
Brad King
brad.king at kitware.com
Tue Mar 19 08:42:22 EDT 2019
On 3/19/19 2:21 AM, Stuermer, Michael SP/HZA-ZSEP wrote:
> remote: HTTP Basic: Access denied
> fatal: Authentication failed for 'https://gitlab.kitware.com/<username>/cmake.git/'
Try creating a personal access token to use during auth instead:
* https://gitlab.kitware.com/help/user/profile/personal_access_tokens.md
"You can also use them to authenticate against Git over HTTP.
They are the only accepted method of authentication when you
have Two-Factor Authentication (2FA) enabled."
Otherwise, try using https auth from home without the proxy to make
sure it works and narrow the cause.
-Brad
More information about the cmake-developers
mailing list