You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying git actions are the same as for GitHub but the
authentication with Redmine is a little different.
Similar to GitHub, FNAL Redmine has 2 git URLs:
- https:// "read-only", no push allowed
- ssh:// "read-write", push allowed
When you use "mrb" to clone some git repo it will first try the second
one and if that fails it will try the first one. You can later switch
using "git remote set-url origin <newurl>". In WCT we do this also
using the "switch-git-urls" script. I should provide a wcdo-* function
to make this easier!
excerpt from an email
Two example URLs
The little script in WCT https://github.com/WireCell/wire-cell-build/blob/master/switch-git-urls
The text was updated successfully, but these errors were encountered: