Coder.comC
Coder.com4y ago
8 replies
Dirk

Reading Github Error

Using Coder OSS and Docker Code Server Workspace

1.I clone my repos with my coder ssh key
2. I run my repo's script that generates a new ssh key and authorize that on Github
3. I run another script that pulls private repos as dependencies and get this error:

get agent git ssh token: execute request: do: Get "/api/v2/workspaceagents/me/gitsshkey": unsupported protocol scheme ""
    Run 'coder gitssh --help' for usage.                                                                                    
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists. 


This is golang
Was this page helpful?