Clone GitHub repository - Authentication Failed

조회 수: 15 (최근 30일)
Katerina Michalaki
Katerina Michalaki 2021년 11월 2일
댓글: Luca Martinelli 2022년 8월 8일
I am trying to clone a GitHub repository to Matlab, but every time I put the link to the repository path through source control, I am asked to insert my username and password.
Although the credentials I insert are correct, I am repeatedly requested to insert the username and password again. If I don't insert my credentials, the authentication fails and I do not have access to the repository.
Has anyone faced this issue and, if so, any ideas on how to resolve it?

답변 (1개)

Turlough Hughes
Turlough Hughes 2021년 11월 2일
You need to follow the steps described here. See the part about git credential manager or setting up ssh authentication. Make sure also that you have Git installed.
I used this a while back to setup git hooks, which are very handy for push, pull, commit, etc with a remote repository on GitHub. I don't think it's necessary to do steps 1 - 3 (Git Hooks) if you're just trying to sort out the credentials, but if you're working with remote repos regularly then it's pretty useful to have Git Hooks as well.
  댓글 수: 2
Adhiti Raman Thothathri
Adhiti Raman Thothathri 2022년 7월 14일
Hi, I'm having the same issue. I already followed those steps but it didn't help me. Do you have any other suggestions?
Luca Martinelli
Luca Martinelli 2022년 8월 8일
Try inserting a Token instead of the password. Whan you generate the token, remember to give sufficient rights.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Source Control Integration에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by