SuperMock

Results 1 comments of SuperMock

I solved this by changing the user name to "git", and after that I can do the project clone. ```go authSSH, err := ssh.NewPublicKeysFromFile("git", "/home/[my-user]/.ssh/id_rsa", "") ``` **[params]** user: git...