无法通过Matlab下载上传工程至Gitlab

3 次查看(过去 30 天)
昊诚
昊诚 2025-7-8
编辑: Sameer 2025-7-11
公司更新了Gitlab端口后,Matlab无法实现与Gitlab之间的上传下载,会出现如下故障信息:
上传:
通过HTTP下载:
通过SSH下载:
电脑通过Git Bash,Tortoise Git都通过SSH或HTTP均可以实现上传下载;
我也根据帮助文档设置 Git 源代码管理,进行设设置,但是没有仍然解决问题,通过 !git ls-remote 是可以获得GIt上的版本信息(commit Id)因此认为matlab和git之间是连通的。
希望获得解决matlab与git之间的上传,下载问题。

回答(1 个)

Sameer
Sameer 2025-7-11
编辑:Sameer 2025-7-11
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:

类别

Help CenterFile Exchange 中查找有关 源代码管理集成 的更多信息

标签

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!