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

Many files not supported by NTFS #1354

Closed
GoldenretriverYT opened this issue May 7, 2022 · 5 comments
Closed

Many files not supported by NTFS #1354

GoldenretriverYT opened this issue May 7, 2022 · 5 comments
Assignees

Comments

@GoldenretriverYT
Copy link
Contributor

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

@leachim6
Copy link
Owner

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

@leachim6
Copy link
Owner

leachim6 commented Jul 6, 2023

@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?

@GoldenretriverYT
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@leachim6 @Richienb @GoldenretriverYT and others