필터 지우기
필터 지우기

MATLAB GIT with DevOps

조회 수: 12 (최근 30일)
Lahcen Mannou
Lahcen Mannou 2020년 1월 27일
답변: Irene Boben 2020년 1월 30일
I am trying to configure GIT for MATLAB with Azure DevOps.
It works fine, except that the MATLAB client keeps asking for username/password every time I try to PULL or FETCH.
I tried with both HTTPS and SSH, with the same result.
Is there a way to avoid having to input the credentials every time ?
Thank you

답변 (1개)

Irene Boben
Irene Boben 2020년 1월 30일
For SSH:
The password dialog will be shown if public key authentication failed but additional authentication methods are available on the server. One possible reason for this public-key authentication failure is MATLAB finding ~/.ssh/id_rsa or ~/.ssh/id_dsa or ~/.ssh/identity file(s) and attempting to authenticate over SSH with them, but none of these files contained a key which MATLAB was able to work with. This may for example occur if your ~.ssh/id_rsa key is in OpenSSH format instead of the RSA format.
You can find a detailed way to proceed in the following link:

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by