最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Trying to clone a git repo from gitlab, getting an invalid token error - Stack Overflow

matteradmin4PV0评论

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?

Post a comment

comment list (0)

  1. No comments so far