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
We have git repo with whitespace in name "Test repo". Once I cloned it in Windows 8.1 I got path "C:\somepath\Test%20repo". This path was generated by git clone command. When I open ASP.NET Core project under this path I can't see cs files at all. Once I change %20 to simple ' ' space it works. Not sure is this .NET Core or VS2017 or even git, but it once you have such path with %20 .net core projects fails.
The git part is not really needed. Just adding %20 to the name of the project will lead to the error.
The text was updated successfully, but these errors were encountered:
Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label.
We have git repo with whitespace in name "Test repo". Once I cloned it in Windows 8.1 I got path "C:\somepath\Test%20repo". This path was generated by git clone command. When I open ASP.NET Core project under this path I can't see cs files at all. Once I change %20 to simple ' ' space it works. Not sure is this .NET Core or VS2017 or even git, but it once you have such path with %20 .net core projects fails.
The git part is not really needed. Just adding %20 to the name of the project will lead to the error.
The text was updated successfully, but these errors were encountered: