2015/11/14

[Git] 使用TortoiseGit & Google Drive

1.首先電腦必須安裝mysisgit,這裡的git GUI以TortoiseGit為例 (也可以選擇命令列介面)

  詳細步驟請參閱: https://backlogtool.com/git-guide/tw/intro/intro2_1.html

2.利用Google Drive空間作為Git Server(主要是Github之類的git repository服務,要免費使用的話就得將程式碼開源)
 
  只要開好Google Drive的共用權限,並設定好Git的遠端路徑,就可以讓多人協作一個repository了

  詳細步驟請參閱: http://www.coder.com.tw/blog/system/windows_tortoisegit_googledrive/

2015/11/01

[Linux] pscp傳檔

(Linux部分皆以傳至Raspberry Pi帳戶pi為例,IP Address請依實際IP來指定)

(1)Windows to Linux:

pscp D:\testfile.txt pi@192.168.0.101:/home/pi/Downloads

(2)Linux to Windows

pscp pi@192.168.0.101:/home/pi/Downloads/testfile.txt D:\

如果要傳送整個目錄,需在路徑之前加上 -r

2015/08/30

[Windows] 光碟機消失解決辦法

從升級方式升到Windows 8或者Windows 10
有時候系統會抓不到光碟機

解決方法是以系統管理員權限執行命令提示字元
並輸入以下指令

reg add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001

並重啟電腦

2015/08/28

[Android] Google USB Driver

開發Android App時想要利用實體裝置來Debug
如果系統無法辨識Android裝置,則需要手動下載Google USB Driver來安裝
步驟詳細紀錄如下(點圖可放大)