Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git sub-module references unknown commit #2

Open
nivekastoreth opened this issue Jul 25, 2018 · 0 comments
Open

git sub-module references unknown commit #2

nivekastoreth opened this issue Jul 25, 2018 · 0 comments

Comments

@nivekastoreth
Copy link

nivekastoreth commented Jul 25, 2018

WSL Ubuntu:

jmaki@jmaki-pc /build/public/DiscordBot/src
$ git --version
git version 2.7.4

jmaki@jmaki-pc /build/public/DiscordBot
$ git submodule update --init --recursive
Submodule 'Discord.Net' (https://github.com/devinvisible/Discord.Net.git) registered for path 'Discord.Net'
Cloning into 'Discord.Net'...
remote: Counting objects: 27339, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 27339 (delta 0), reused 0 (delta 0), pack-reused 27337
Receiving objects: 100% (27339/27339), 6.02 MiB | 1.76 MiB/s, done.
Resolving deltas: 100% (20365/20365), done.
Checking connectivity... done.
fatal: reference is not a tree: 624b2d553b42acda7c4fe884d8d276498b9cf6f5
Unable to checkout '624b2d553b42acda7c4fe884d8d276498b9cf6f5' in submodule path 'Discord.Net'

Cygwin:

jmaki@jmaki-pc /build/public/DiscordBot
$ git --version
git version 2.16.2

jmaki@jmaki-pc /build/public/DiscordBot
$ git submodule update --init --recursive
error: Server does not allow request for unadvertised object 624b2d553b42acda7c4fe884d8d276498b9cf6f5
Fetched in submodule path 'Discord.Net', but it did not contain 624b2d553b42acda7c4fe884d8d276498b9cf6f5. Direct fetching of that commit failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant