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
Please note script musthave executablepermissions.StrictHostKeyChecking=no is used to avoid prompts asking to savehotskey to ~/.ssh/known_hosts (this is in case you run thisin some service)
352
+
Please notethat thescript mustbe executable(i.e. `chomd +x script.sh`). `StrictHostKeyChecking=no` is used to avoid prompts asking to savethe hostskey to`~/.ssh/known_hosts`, which happens in case you run thisas daemon.
353
353
354
354
You might also have a look at `Git.update_environment(...)` in case you want to setup a changed environment more permanently.