Why do I receive a "Method not implemented" error when using Git source control?
2 次查看(过去 30 天)
显示 更早的评论
Yesterday I set tried to set up git source control for a directory. I clicked on "Source Control" -> "Manage Files", and then changed the Source control integration to "Git" in the source control UI. However, when I try to validate the remote repository https://github.com/JonKing93/DASH I get the error message
"Unable to validate the specified path with the following git error: Method not implemented."
I later tried editing a file under pre-existing Git source control. I was able to commit changes, but when I tried to push them to the remote directory, I again received the error: "Method not implemented". The pull and fetch commands also created the same error.
I was able to push changes to this file and set up new source control as recently as two days ago. Why this error is occurring?
(I'm using MATLAB 2018b on macOS High Sierra. I also tested everything on older versions, MATLAB 2018a and 2017a, and they also generate the error).
Thanks!
2 个评论
Kojiro Saito
2018-10-11
Do you get the same error when pushing or pulling by other Git clients software (GitHub Desktop etc)?
回答(0 个)
另请参阅
类别
在 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!