osx - Git Config issue -
osx - Git Config issue -
i think may have misconfigured config file git's command-line tools.
whenever trying install using git repository url, next error:
fatal: '.insteadofgithub.com/angular/bower-angular.git' not appear git repository i played url replacing git:// http://, but, unfortunately, it's not reverting back.
is there command line re-configure urls?
it seems insteadof misused. if utilize https:// instead of git://, or else, can use:
git config --global url."https://".insteadof git:// this add together next content, in ${home}/.gitconfig file:
[url "https://"] insteadof = git:// osx git github terminal repository
Comments
Post a Comment