synthetos / TinyG

Affordable Industrial Grade Motion Control
https://github.com/synthetos/TinyG/wiki
887 stars 293 forks source link

Unable to clone repo on windows. Repo contains a file named NUL #263

Closed VillageID10T closed 3 years ago

VillageID10T commented 3 years ago

Path: firmware/tinyg/default/NUL

git on windows is unable to clone this file.

ril3y commented 3 years ago

This works just fine for me.

PS D:\GitHub> git clone https://github.com/synthetos/TinyG.git ddd Cloning into 'ddd'... remote: Enumerating objects: 71, done. remote: Counting objects: 100% (71/71), done. remote: Compressing objects: 100% (52/52), done. remote: Total 32470 (delta 40), reused 38 (delta 19), pack-reused 32399 Receiving objects: 100% (32470/32470), 161.24 MiB | 10.08 MiB/s, done. Resolving deltas: 100% (24142/24142), done.

VillageID10T commented 3 years ago

awesome thanks! looks like it was fixed in a PR earlier today.

On Fri, Apr 9, 2021 at 1:20 PM Riley @.***> wrote:

This works just fine for me.

PS D:\GitHub> git clone https://github.com/synthetos/TinyG.git ddd Cloning into 'ddd'... remote: Enumerating objects: 71, done. remote: Counting objects: 100% (71/71), done. remote: Compressing objects: 100% (52/52), done. remote: Total 32470 (delta 40), reused 38 (delta 19), pack-reused 32399 Receiving objects: 100% (32470/32470), 161.24 MiB | 10.08 MiB/s, done. Resolving deltas: 100% (24142/24142), done.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/synthetos/TinyG/issues/263#issuecomment-816950370, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6DVSMDHD3R2NQNFI2VUHDTH5OSPANCNFSM42T53X5Q .

ril3y commented 3 years ago

@VillageID10T yah bud np. We have been SUPER BEHIND on any support for TinyG since we are focused on G2core 100%. However, just doing some maintance. We accept pull requests for sure!