Skip to content

envoy变更后无法应用到主仓库 #1405

Closed Answered by johnlanni
bergen4 asked this question in Q&A
Discussion options

You must be logged in to vote

git submodule update --init 会拉取当前已经commit到主仓库的submodule的。
你如果修改了submodule里的仓库路径,比如改到了你自己fork的分支,那么修改后需要执行 git submodule update --remote,然后将当前对submodule的修改commit 提交,之后再执行 make prebuild。

Replies: 17 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by johnlanni
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1404 on October 18, 2024 03:44.