Git clone through process builder in java -


i want run following command through process builder in java:

git clone --depth 1 <url> 

the requirement interact command prompt fill username , password when asked. when hit command through cmd, asks username , password when same thing through process builder in java, instead of asking username , password gives following error:

bash: dev/tty no such command or device  error: couldn't username .. 

and code exits. note: providing username , password in url not desirable. using window credentials msnager popup not desirable , has been set false.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -