无法通过Matlab下载上传工程至Gitlab
3 views (last 30 days)
Show older comments
公司更新了Gitlab端口后,Matlab无法实现与Gitlab之间的上传下载,会出现如下故障信息:
上传:

通过HTTP下载:

通过SSH下载:

电脑通过Git Bash,Tortoise Git都通过SSH或HTTP均可以实现上传下载;
我也根据帮助文档设置 Git 源代码管理,进行设设置,但是没有仍然解决问题,通过 !git ls-remote 是可以获得GIt上的版本信息(commit Id)因此认为matlab和git之间是连通的。
希望获得解决matlab与git之间的上传,下载问题。
0 Comments
Answers (1)
Sameer
on 11 Jul 2025
Edited: Sameer
on 11 Jul 2025
Hi @昊诚
This issue is usually caused by certificate revocation checks. Sometimes, proxies, firewalls, or antivirus software can block these checks, which leads to errors when using Git in MATLAB’s GUI.
Please check if any security software or network settings on your computer or company network might be blocking certificate revocation checks.
The following site may be helpful:
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!