T D Nguyen
T D Nguyen

Reputation: 7613

Github: failed to clone a repository

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

Upvotes: 1

Views: 2893

Answers (1)

T D Nguyen
T D Nguyen

Reputation: 7613

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.

Upvotes: 1

Related Questions