Open the configuration file to customize repository container. The exact location of the settings file varies between the two major platforms:
$windows = $env:AppData\RepoManager\config.json
$unix = ~\.repomanager\config.json
Configure ssh-agent
to run automatically (requires admin privileges):
Start-Service ssh-agent -StartupType Automatic
If your private SSH key is not stored in one of the defaults locations (like
~/.ssh/id_rsa
), you'll need to tell your SSH authentication agent where to find
it. To add your key to ssh-agent
, run
ssh-add $home\.ssh\<private_key>
Get-Branch
Get-Repository
Import-Repository
Remove-Repository