1

I installed Github for Windows and try to clone a repository but then I constantly receive the error: "failed to clone the repository abc"

I checked the log and this is an extract:

System.NotSupportedException: The given path's format is not supported. at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath) at GitHub.Helpers.CommandHandler.SelectRepositoryByPath(String path)

Any help? Thanks

T D Nguyen
  • 7,054
  • 4
  • 51
  • 71

1 Answers1

1

I found the problem is the computer is under proxy. I need to proxy to the config file and it works.

So this answer help.

Community
  • 1
  • 1
T D Nguyen
  • 7,054
  • 4
  • 51
  • 71