Matlab source control with Git 'Method not implemented.' errors -
yesterday set source control in matlab using git following guide here @ mathworks blog. seemed work , able connect remote repo.
i can commit changes local repo today when try push or fetch remote repo, source control > push or source control > fetch error dialog saying
method not implemented.
i tried running command !git fetch
matlab command line , got
fatal: unable access 'https://github.com/user/repo.git/': protocol https not supported or disabled in libcurl
from reading, i've discovered because curl packaged matlab not support https, system curl created alias system curl in matlab folder, , !git fetch
command works.
but trying push / fetch through ui still not...
i @ moment unable setup source control in other folders when trying validate path git repository
invalid path: https://github.com/azureuse/photon-pistol.git
method not implemented.
but did work yesterday...
any ideas i'm doing wrong? appears me flakey in implementation of git in matlab.
i'm running matlab 2015a on osx yosemite.
thanks help
Comments
Post a Comment