可能是火星了,前两天还用的好着呢 最近安装了个 SourceTree,不知道是不是更新了 Git 的版本还是怎么回事
git pull / git push 无法使用了 !!!!
提示:
ssh: Could not resolve hostname github.com:angular: nodename nor servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
然后研究了一下,主要是 git 对于远程 URL 配置部分好像是改了,以前是这样:
[remote "origin"]
url = ssh://git@github.com:angular/angular.git
fetch = +refs/heads/*:refs/remotes/origin/*
pushurl = ssh://git@github.com:angular/angular.git
现在是这样:
[remote "origin"]
url = git@github.com:Yelp/elastalert
fetch = +refs/heads/*:refs/remotes/origin/*
不确定是不是 pushrul
不需要了,但可以确定的是 ssh://
这部分不需要了?
(谁能解释下这是新版这样的?还是说老版这样的?用 brew
安装的是 2.13.3
那么现在主要问题就来了,有什么办法批量修改这部分的东西么?本地有大约 30 多个 repo 都需要更新
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.