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

Fxi git clone from README.md file #10

Open
techsk8 opened this issue Sep 5, 2022 · 0 comments
Open

Fxi git clone from README.md file #10

techsk8 opened this issue Sep 5, 2022 · 0 comments

Comments

@techsk8
Copy link

techsk8 commented Sep 5, 2022

Just remove the tilda. That will solve the issue.

user@workstation:~/work$ git clone https://github.com/ChristianChiarulli/Machfiles.git ~
fatal: destination path '/home/user' already exists and is not an empty directory.

Compared with having no tilda:

user@workstation:~/work$ git clone https://github.com/ChristianChiarulli/Machfiles.git
Cloning into 'Machfiles'...
remote: Enumerating objects: 7754, done.
remote: Counting objects: 100% (1336/1336), done.
remote: Compressing objects: 100% (525/525), done.
remote: Total 7754 (delta 523), reused 1312 (delta 516), pack-reused 6418
Receiving objects: 100% (7754/7754), 7.79 MiB | 4.85 MiB/s, done.
Resolving deltas: 100% (4239/4239), done.
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

1 participant