hello-world
hello-world copied to clipboard
Many files not supported by NTFS
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
I noticed this myself, this will need to be reworked, thank you for pointing it out.
@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?
ah, sorry for the late reply but yep, its working now!