Project

General

Profile

Bug #15935

Updated by Peter Amstutz over 4 years ago

Our documentation says to do this: 

 <pre> 
     Services: 
       GitSSH: 
         ExternalURL: git@git.ClusterID.example.com: 
 </pre> 

 > "Make sure to include the trailing colon in @Services.GitSSH.ExternalURL@." 

 But "arvados-server config-check" doesn't like it: 

 <pre> 
 transcoding config data: parse git@git.ce8i5.arvadosapi.com:: first path segment in URL cannot contain colon 
 </pre> 

 Removing the trailing ":" then it is fine but anything using GitSSH needs to add the ":" back in. 

Back