SBT Behind Proxy
If you are running sbt behind firewall, you need to update proxy settings to be used:
sbtconfig.txt
Update the sbtconfig.txt where you have sbt installed:
In addition to this, please make sure that sbt is added to $PATH variable.
Using SBT from Git Bash
Even though I had it configured as follows, I kept getting the following message in my Git Bash:
You probably access the destination server through a proxy server that is not well configured. You probably access the destination server through a proxy server that is not well configured. You probably access the destination server through a proxy server that is not well configured.
In order to get rid of this message and use sbt I had to create a new file .bashrc and add the following proxy details to it: