We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de5334 + 2ee930f commit 68b01d6Copy full SHA for 68b01d6
script/init-local-index.sh
@@ -24,7 +24,7 @@ cat > config.json <<-EOF
24
EOF
25
git add config.json
26
git commit -qm 'Initial commit'
27
-git remote add origin ../index-bare
+git remote add origin file://`pwd`/../index-bare
28
git push -q origin master -u > /dev/null
29
cd ../..
30
touch tmp/index-co/.git/git-daemon-export-ok
@@ -37,4 +37,3 @@ Please add the following to your HOME/.cargo/config:
37
38
You will also need to generate a token from in the app itself
39
40
-
0 commit comments