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

Fix the git clone command #1

Closed
khsaad04 opened this issue Sep 21, 2023 · 1 comment
Closed

Fix the git clone command #1

khsaad04 opened this issue Sep 21, 2023 · 1 comment

Comments

@khsaad04
Copy link

the command git clone https://github.com/TrueMyst/dotfiles.git ~ does not clone the repository inside the home directory but tries to replace the home directory and clones into ~. So it should be something like
cd && git clone https://github.com/TrueMyst/dotfiles.git

@TrueMyst
Copy link
Owner

Oh, fixed it :) Thanks!

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