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

ThingDoc submodule points to prusajr repo, where it doesn't exist #65

Open
mohag opened this issue Oct 4, 2012 · 1 comment
Open

ThingDoc submodule points to prusajr repo, where it doesn't exist #65

mohag opened this issue Oct 4, 2012 · 1 comment

Comments

@mohag
Copy link

mohag commented Oct 4, 2012

Error when trying to pull it in:
$ git submodule update --recursive --init
Submodule 'thingdoc' ([email protected]:prusajr/ThingDoc.git) registered for path 'thingdoc'
Cloning into 'thingdoc'...
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
Clone of '[email protected]:prusajr/ThingDoc.git' into submodule path 'thingdoc' failed

@furkanmustafa
Copy link

same here, had to edit .git/config and .gitmodules manually, changed remote url to "https://github.com/josefprusa/ThingDoc.git"

Proper patch would be this I think;

diff --git a/.gitmodules b/.gitmodules
index a8a90dd..7cc1378 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "thingdoc"]
        path = thingdoc
-       url = [email protected]:prusajr/ThingDoc.git
+       url = https://github.com/josefprusa/ThingDoc.git

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

2 participants