Closed gshmu closed 9 years ago
这个 。。。。没看懂啊
@noobfish 多出了submodule及其版本号
使用命令git submodule init && git submodule update
及可更新lwqq,之前的不可以。
问题是现在都不再使用submodule了,两个项目完全分离了。
另外submodule如果不设置https协议,别人无法克隆(大概是没有用ssh-keygen的)。
El Psy Congroo
在 2015年1月9日,15:48,gshmu notifications@github.com 写道:
修复submodule, 以前的无法使用git submodule等命令。 修改submodule使用git协议(ssh)
You can merge this Pull Request by running
git pull https://github.com/xiehuc/pidgin-lwqq sub Or view, comment on, or merge it at:
https://github.com/xiehuc/pidgin-lwqq/pull/613
Commit Summary
rm old submodule fixed submodule File Changes
M .gitmodules (2) A liblwqq (1) Patch Links:
https://github.com/xiehuc/pidgin-lwqq/pull/613.patch https://github.com/xiehuc/pidgin-lwqq/pull/613.diff — Reply to this email directly or view it on GitHub.
修复submodule, 以前的无法使用
git submodule
等命令。 修改submodule使用git协议(ssh)