Closed EvanCarroll closed 1 year ago
I can reproduce:
❯ docker run --rm -it chezmoi-linux
$ chezmoi init EvanCarroll/dotfiles_chezmoi
fatal: repository 'EvanCarroll/dotfiles_chezmoi' does not exist
chezmoi: exit status 128
$ chezmoi init github.com/EvanCarroll/dotfiles_chezmoi
fatal: repository 'github.com/EvanCarroll/dotfiles_chezmoi' does not exist
chezmoi: exit status 128
You can work around it for now with chezmoi init --guess-repo-url=false https://github.com/EvanCarroll/dotfiles_chezmoi
:
$ chezmoi init --guess-repo-url=false https://github.com/EvanCarroll/dotfiles_chezmoi
Cloning into '/home/user/.local/share/chezmoi'...
remote: Enumerating objects: 43, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 43 (delta 12), reused 36 (delta 5), pack-reused 0
Receiving objects: 100% (43/43), 26.38 KiB | 4.40 MiB/s, done.
Resolving deltas: 100% (12/12), done.
My username on GitHub is
EvanCarroll
. My repo on github isdotfiles_chezmoi
the documented syntax ofdoes not work, as seen here:
This is how it's documented
You can also see it documented in the Examples,
This one also doesn't, though documented to work...