hello-world icon indicating copy to clipboard operation
hello-world copied to clipboard

Many files not supported by NTFS

Open GoldenretriverYT opened this issue 3 years ago • 1 comments

The contributing.md states that files should not use characters blocked by windows, but similiar looking characters. However, files like https://github.com/leachim6/hello-world/blob/main/%23/*%3E%3C%3E didn't do that and therefore it is impossible to clone this repo to a Windows computer

GoldenretriverYT avatar May 07 '22 19:05 GoldenretriverYT

I noticed this myself, this will need to be reworked, thank you for pointing it out.

leachim6 avatar May 15 '22 09:05 leachim6

@GoldenretriverYT Apologies for the long delay here, this should now be fixed

[MSYS] leachim6@Raven 10:55 AM ~/Src $ neofetch.exe
llllllllllllllll   llllllllllllllll            msn@RAVEN
llllllllllllllll   llllllllllllllll            --------------
llllllllllllllll   llllllllllllllll            OS: Windows 11
llllllllllllllll   llllllllllllllll            Build: 22H2
llllllllllllllll   llllllllllllllll            Uptime: 11 days, 5 hours, 9 minutes
llllllllllllllll   llllllllllllllll            Resolution: 1920x1056
llllllllllllllll   llllllllllllllll            Terminal: Msys2
llllllllllllllll   llllllllllllllll            CPU: 13th Gen Intel(R) Core(TM) i9-13900K
llllllllllllllll   llllllllllllllll            GPU: AMD Radeon RX 6900 XT
                                               Memory: 29494 MB / 65276 MB (54% in use)
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
llllllllllllllll   llllllllllllllll
[MSYS] leachim6@Raven 10:55 AM ~/Src $ git clone https://github.com/leachim6/hello-world.git
Cloning into 'hello-world'...
remote: Enumerating objects: 7754, done.
remote: Counting objects: 100% (164/164), done.
remote: Compressing objects: 100% (97/97), done.
remote: Total 7754 (delta 66), reused 123 (delta 40), pack-reused 7590
Receiving objects: 100% (7754/7754), 5.14 MiB | 6.14 MiB/s, done.
Resolving deltas: 100% (4018/4018), done.
Updating files: 100% (1008/1008), done.

Can you confirm if you're able to clone the repo on your machine?

leachim6 avatar Jul 06 '23 15:07 leachim6

ah, sorry for the late reply but yep, its working now!

GoldenretriverYT avatar Jul 27 '23 07:07 GoldenretriverYT