You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #2729 on May 08, 2021 16:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
试了下从最新master分支上checkout到去年的一个commit
git checkout --recurse-submodules -b dev b630bf8
提示error: Cannot update submodule:
core/src/main/rust/shadowsocks-rust
git查了下remote的地址,发现rust 子模块的地址在当时发生了变化,
以前的submodule 地址是 https://github.com/madeye/shadowsocks-rust,
现在的地址一直是 https://github.com/shadowsocks/shadowsocks-rust
不知道这种应该怎么解决
Beta Was this translation helpful? Give feedback.
All reactions