`matlab.git.GitRepository` not existing in Matlab
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello. I cannot seem to make use of matlab.git.GitRepository in Matlab like this tutorial: https://nl.mathworks.com/help/matlab/ref/matlab.git.gitrepository.html#mw_y776deag7h39o0u90p3305-e993-4702-b2b9-f53c6304f8ab_vh
matlab.git.GitRepository is not recognized and I am getting the following error: Unable to resolve the name 'matlab.git.GitRepository'.
채택된 답변
Gayatri
2024년 4월 30일
Hi Chandler,
The matlab.git.GitRepository object is designed to represent the currently active local Git repository. This functionality was introduced in MATLAB version R2023b. Consequently, attempting to use it in MATLAB version R2022b results in the error "Unable to resolve the name 'matlab.git.GitRepository'" because this feature is not available in earlier versions.
Please check the "version history" section in below documentation: https://www.mathworks.com/help/matlab/ref/matlab.git.gitrepository.html#mw_y776deag7h39o0u90p3305-e993-4702-b2b9-f53c6304f8ab_vh
I hope it helps!
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!