在最近工作上需要用到
Local端 ( Windows ) + Server端 ( Ubuntu )
我們現在Version Control的方法是用 Git
所以我還需要可以在ssh進Server後能用putty下gitk看現在的Branch狀況
我現在的方法是用Xming 來顯示在local端
主要只是要改兩個地方
1.Putty 端
Connection ->SSH -> X11 -> Enable X11 Forwarding (填入 localhost:10)
2.XLaunch
Display Number 填入剛剛在Putty設定的數字 ex : 10
接著在putty那邊執行一般使用的git command (ex: gitk --all) 就會正常顯示了
Error Solution
(1) couldn't connect to display "localhost:10.0"
確認右下角Xming已經開啟,而且Display number 是跟你所想要的數字一樣
Local端 ( Windows ) + Server端 ( Ubuntu )
我們現在Version Control的方法是用 Git
所以我還需要可以在ssh進Server後能用putty下gitk看現在的Branch狀況
我現在的方法是用Xming 來顯示在local端
主要只是要改兩個地方
1.Putty 端
Connection ->SSH -> X11 -> Enable X11 Forwarding (填入 localhost:10)
2.XLaunch
Display Number 填入剛剛在Putty設定的數字 ex : 10
接著在putty那邊執行一般使用的git command (ex: gitk --all) 就會正常顯示了
(1) couldn't connect to display "localhost:10.0"
確認右下角Xming已經開啟,而且Display number 是跟你所想要的數字一樣
留言
張貼留言