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
I am trying to create a batch script to start start_shell.cmd with a specific (i.e. alternate $HOME directory). Is this possible to do? Here is my script:
This will set my $HOMEDRIVE, $HOMEPATH, and $HOME to D:, \, and /d respectively. The script does start the shell knowing the D drive. Unfortunately... for this to work with SSH is going to take more knowledge:
$ git push
Could not create directory '/home/public/.ssh...
Is there something I can do to make this happen? The only relavent information I have found is this article and not enough details exist for me to attempt it.
If their is time available for help, I would be much appreciated.