You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a warning message when cloning the repo. Please find the message enclosed
C:\LavanyaDeepak\Research and Development>git clone https://github.com/TaoK/PoorMansTSqlFormatter.git
Cloning into 'PoorMansTSqlFormatter'...
remote: Enumerating objects: 4180, done.
remote: Total 4180 (delta 0), reused 0 (delta 0), pack-reused 4180
Receiving objects: 100% (4180/4180), 32.53 MiB | 4.24 MiB/s, done.
Resolving deltas: 100% (2473/2473), done.
error: unable to create file PoorMansTSqlFormatterTest/Data/StandardFormatSql/07_ServerTakeoverSample_Brent_Ozar(SpaceAfterExpandedComma=true,ExpandBooleanExpressions=false,ExpandBetweenConditions=false,ExpandCaseStatements=false).txt: Filename 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 with 'git restore --source=HEAD :/'
The text was updated successfully, but these errors were encountered:
That's a known windows limitation, where the full file path has a specific limit of characters allowed. Try to check out at the root level, C:\ , without any subfolders, that should work
I am getting a warning message when cloning the repo. Please find the message enclosed
C:\LavanyaDeepak\Research and Development>git clone https://github.com/TaoK/PoorMansTSqlFormatter.git
Cloning into 'PoorMansTSqlFormatter'...
remote: Enumerating objects: 4180, done.
remote: Total 4180 (delta 0), reused 0 (delta 0), pack-reused 4180
Receiving objects: 100% (4180/4180), 32.53 MiB | 4.24 MiB/s, done.
Resolving deltas: 100% (2473/2473), done.
error: unable to create file PoorMansTSqlFormatterTest/Data/StandardFormatSql/07_ServerTakeoverSample_Brent_Ozar(SpaceAfterExpandedComma=true,ExpandBooleanExpressions=false,ExpandBetweenConditions=false,ExpandCaseStatements=false).txt: Filename 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 with 'git restore --source=HEAD :/'
The text was updated successfully, but these errors were encountered: