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

Filenames are too long #1

Open
andresriancho opened this issue Jul 22, 2015 · 2 comments
Open

Filenames are too long #1

andresriancho opened this issue Jul 22, 2015 · 2 comments

Comments

@andresriancho
Copy link

$ git clone [email protected]:andresriancho/wavsep.git
Cloning into 'wavsep'...
remote: Counting objects: 599, done.
remote: Total 599 (delta 0), reused 0 (delta 0), pack-reused 599
Receiving objects: 100% (599/599), 3.74 MiB | 2.22 MiB/s, done.
Resolving deltas: 100% (375/375), done.
Checking connectivity... done.
error: unable to create file WebContent/active/LFI/LFI-FalsePositives-GET/Case04-LFI-FalsePositive-FileClass-TextHtmlValidResponse-FilenameContext-TraversalRemovalAndWhiteList-OSPath-DefaultRelativeInput-NoPathReq-Read.jsp (File name too long)
error: unable to create file WebContent/active/LFI/LFI-FalsePositives-GET/Case06-LFI-FalsePositive-ContextStream-TextHtmlValidResponse-FilenameContext-TraversalRemovalAndWhiteList-OSPath-DefaultRelativeInput-NoPathReq-Read.jsp (File name too long)
error: unable to create file WebContent/active/RFI/RFI-FalsePositives-GET/Case04-RFI-FalsePositive-UrlClass-TextHtmlValidResponse-FilenameContext-TraversalRemovalAndWhiteList-OSPath-DefaultRelativeInput-NoPathReq-Read.jsp (File name too long)
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

$ 
@andresriancho
Copy link
Author

This is a workaround http://stackoverflow.com/questions/6114301/git-checkout-index-unable-to-create-file-file-name-too-long , but still, those really long names should go away

@sectooladdict
Copy link
Owner

Yeah, makes sense, I'll keep it in mind, and see if I can fix it in the
next one. Maybe change the naming convention while I'm at it.

On Wed, Jul 22, 2015 at 6:41 PM, Andres Riancho [email protected]
wrote:

This is a workaround
http://stackoverflow.com/questions/6114301/git-checkout-index-unable-to-create-file-file-name-too-long
, but still, those really long names should go away


Reply to this email directly or view it on GitHub
#1 (comment).

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

No branches or pull requests

2 participants