Every time I push to the remote GitHub repository, I have to re-input my username and password. Is there some way to avoid this by having MATLAB store this information?

38 visualizaciones (últimos 30 días)
It is convenient to have the Git support in MATLAB, but every time I push to the remote repository, I have to re-input my username and password. Is there some way to avoid this by having MATLAB store this information? When I use SourceTree to manage my Git repositories the account info is stored, but then SourceTree is not embedded in MATLAB. I would like to have the best of both.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 5 de Mayo de 2020
Editada: MathWorks Support Team el 5 de Mayo de 2020

Más respuestas (1)

埃博拉酱
埃博拉酱 el 29 de Dic. de 2020
Editada: MathWorks Support Team el 1 de Jul. de 2022
I tried all steps given by these two answers and the document on https://www.mathworks.com/help/matlab/matlab_prog/set-up-git-source-control.html Didn't work at all. MATLAB just always asked me for username and password and nothing like Auth fail had ever appeared.
Finally I had to contact the technical support. They saw my remote repository URL like https://www.github.com/Owner/Repository and told me to replace it with something like git@github.com:Owner/Repository.git! All cleared.
These documents and answers all assume that you are familiar with the SSH-Git workflow and nobody has ever mentioned about the URL difference between SSH and HTTPS. I always thought a HTTPS URL + a SSH key are all I need to access the remote repository without username and password. Nowhere in all these did I see any serious instruction that a special SSH URL is required.
I post my experience here, hoping someone like me will see this and quickly get his job done. However, I also strongly suggest the MATLAB official to update their document on this. If it's too wordy to talk about SSH-Git workflow in the MATLAB document, at least I want a hint or a reference so that followers won't make similar mistakes and waste so much time confusing.
20210202 Update
The newly prereleased version R2021a now automatically remembers your username and password for HTTPS! Now you just need to input those stuff only once, and don't have to deal with those tricky SSH shit. Well done!
Now the best advice for newcomers suffering from old versions is: update to R2021a!

Categorías

Más información sobre Source Control Integration en Help Center y File Exchange.

Productos


Versión

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by