필터 지우기
필터 지우기

Matlab push to Github Username/Password problem.

조회 수: 21 (최근 30일)
Ewan Hickling
Ewan Hickling 2022년 4월 13일
답변: Gagan Agarwal 2023년 9월 21일
When I want to push my Matlab code to my GitHub repository, it asks for my Username and Password/Token. I then enter my Github details, but I keep getting "Incorrect password or Username". Any idea why this happens?

답변 (1개)

Gagan Agarwal
Gagan Agarwal 2023년 9월 21일
Hi Ewan,
There could be several reasons why you are receiving an "Incorrect password or username" error message.
Here are a few possible causes and solutions:
Incorrect username or password: Please verify that you are entering the correct username and password for your GitHub account.
Using an outdated authentication method: GitHub no longer supports password-based authentication. It is recommended to use personal access tokens (PATs) or SSH keys instead. Generate a PAT in your GitHub account settings and use it as your password when prompted.
Firewall or proxy settings: If you are behind a firewall or using a proxy, it could interfere with the authentication process. Check your network settings or try using a different network to see if the issue persists.
I hope this helps!

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by