How to solve an error 'cannot open git-upload-pack' in R2020a?

209 visualizaciones (últimos 30 días)
When I specify a URL and validate connection to my remote git repository, I got an error 'cannot open git-upload-pack'.
What cause the error? How can I solve it?
P.S.
I can connect to origin remote by other git client(GitKraken, "!git" command on MATLAB).

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 6 de Dic. de 2022
Editada: MathWorks Support Team el 6 de Dic. de 2022
The error 'cannot open git-upload-pack' often caused by proxy settings.
If so, you can solve the error by setting proxy information to MATLAB and setting java system property by commands like below.
>> java.lang.System.setProperty('https.proxyHost', <Proxy Host Name>)
>> java.lang.System.setProperty('https.proxyPort',' <Proxy Port Number>)

Más respuestas (0)

Categorías

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

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by