Can't pull after cloning an empty repository#4575
Closed
agisilaos wants to merge 14 commits intodesktop:masterfrom
agisilaos:agis/pull-an-empty-repo-is-weird
Closed
Can't pull after cloning an empty repository#4575agisilaos wants to merge 14 commits intodesktop:masterfrom agisilaos:agis/pull-an-empty-repo-is-weird
agisilaos wants to merge 14 commits intodesktop:masterfrom
agisilaos:agis/pull-an-empty-repo-is-weird
Conversation
Member
Author
|
🍅 |
nextGZ
approved these changes
May 4, 2018
Member
Author
|
Hmm, can't access VSTS logs to see why build's failing.. As I can see also the build on master is failing as well. Super weird. 🤔 Any ideas what may be happening? @iAmWillShepherd |
Member
@agisilaos that build was from before we gained access to public projects, and the actual error was because forks were not building at the time. This should all be fine now. |
Member
|
@agisilaos I think the submodules changes need to be reverted to whatever is currently on |
Member
Author
|
Hm, what you mean @shiftkey? |
Member
|
@agisilaos this reads to me as a merge gone awry: |
Member
Author
|
@shiftkey Will create a fresh pr because I'm not sure what's exactly happening here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #4574
I followed @shiftkey's advice and implemented his rough patch for fixing this issue. One of his comments though was:
Note: Maybe we can change some things about how this component is organized so we don't repeat the same check as much? I'm open to suggestions.