- Set up git control in MATLAB and gitlab by generating the shh-keys. Please follow this guide. https://www.mathworks.com/help/matlab/matlab_prog/set-up-git-source-control.html#use_ssh_authentication
- Clone the project, and make changes.
- Go to source control and commit. This should work fine.
How do i sign a commit from a cloned SSH repository in gitlab?
조회 수: 14 (최근 30일)
이전 댓글 표시
Im trying to commit files that i've altered but i get the error message saying "signing commits using SSH keys is not supported". How do i fix this? From what i've read, matlab only supports X509 keys. Do i have to get an specific key from the repository or create my own on the computer? Do i have to get an specific key from the repository or create my own on the computer? Thanks in advance
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1671806/image.jpeg)
댓글 수: 0
답변 (1개)
Gyan Vaibhav
2024년 4월 18일
Hi Allan,
I tried cloning my gitlab project and was able to commit changes to the repo using the SSH keys. I am not sure what is going wrong for you, however, you can make sure you followed these steps.
Hope it resolves your issue.
Thanks,
Gyan
참고 항목
카테고리
Help Center 및 File Exchange에서 Source Control에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!