Pulling over some old repos from my GitHub account that need some TLC/cleaning up as a test for tangled. Can't do a mirror-push to tangled. Here's the steps I'm following:
- Create repo in tangled (in this case @seabre.com/dotfiles)
- Bare clone of original repo:
git clone --bare https://github.com/seabre/dotfiles.git - cd to bare clone (
dotfiles.git) and do a mirror push:git push --mirror https://tangled.sh/@seabre.com/d otfiles
Once I do this, I get the following:
fatal: https://tangled.sh/@seabre.com/dotfiles/info/refs not valid: is this a git repository?
Weird, that third step should be:
git push --mirror https://tangled.sh/@seabre.com/dotfilesNot sure why it rendered it with the space in
d otfiles.