admin管理员组

文章数量:1345473

I have access to a git repo in gitlab that I'm trying to clone into my local machine. When I try to do so using git clone [https link to repo], I get in response

fatal: unable to access '[https link to repo]': schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid"

It looks like an access token has been created for this project, but I'm not sure how to use it in my local repo. Does anyone know how I can resolve this?

本文标签: Trying to clone a git repo from gitlabgetting an invalid token errorStack Overflow