MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.53k stars 95 forks source link

The file in the .git directory is too large #1043

Open baymax55 opened 6 months ago

baymax55 commented 6 months ago

Description of the bug

I tried downloading the code via the command git clone git@github.com:MauriceNino/dashdot.git, but the .git directory was too large.

image

Additional context

I think this link can help. https://stackoverflow.com/questions/5613345/how-to-shrink-the-git-folder

Bortus-AI commented 6 months ago

Not a real solution but a workaround is to do git clone https://github.com/MauriceNino/dashdot.git

baymax55 commented 6 months ago

Not a real solution but a workaround is to do git clone https://github.com/MauriceNino/dashdot.git

What is the difference between this and ssh? The .git directory still takes up a lot of space.

Bortus-AI commented 6 months ago

I misunderstood. Thought you were getting an error downloading