Where can I set proxy for SBT in Intellij IDEA?

前端 未结 6 535
深忆病人
深忆病人 2021-01-30 17:19

I am using Intellij IDEA 14.1.3 edition and have installed Scala plugin. When creating SBT project, it reports the following error:

6条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 17:43

    Add parameter VM

    -Dhttps.proxyHost=hostName 
    -Dhttps.proxyPort=portUse 
    -Dhttps.proxyUser=proxyName 
    -Dhttps.proxyPassword=proxyPaword
    

    It work for me

提交回复
热议问题