{oc.tech.notes} 技術誌
技術誌記錄學習或專案執行當下遇到的問題及解決方案,方便日後翻查,益人益己!
顯示具有
Git
標籤的文章。
顯示所有文章
顯示具有
Git
標籤的文章。
顯示所有文章
2019/01/17
[VS Code] 如何整合設定 PHP 的開發環境至 Visual Studio Code
›
最近在帶 Laravel 工作坊,有許多學員為非程式開發人員,在入門程式開發的過程中。要把開發環境設定完成,若不透過手把手帶領,可能要繞很大圈才有辦法完全設定完畢。 由於 Laravel 這個框架的底程程式語言為 PHP。就以 PHP 的開發環境來跟 Visual Studi...
2018/06/27
[Git] 在 Windows 使用指令更新 Git 版本
›
指令就一行,更新很簡單,也不用再去手動找下載點囉! git update-git-for-windows
2018/06/23
[PowerShell] 安裝 posh-git 模組至 PowerShell
›
介紹 posh-git 是整合 PowerShell 及 Git 的模組,它提供了整合資訊顯示在命令列中 設定 先開啟 PowerShell 執行安裝模組 (範圍設定為目前的使用者) Install-Module posh-git -Scope Curren...
2018/06/01
[Git] 解決 Remote 遇到自我憑證 SSL certification problem
›
在使用 Git 執行遠端的操作時,若是自我憑證架的服務,可能會遇到顯示以下的錯誤 fatal: unable to access 'https://localhost/winnie/test.git/': SSL certificate problem: se...
2016/01/30
[Git] error: There was a problem with the editor 'vi' [解決 SOLVED]
›
今天突然遇到 commit 訊息時出現 error: There was a problem with the editor 'vi' 之前倒沒有這個問題,不知道跟我最近在變更 VIM 設定有無關聯 git commit 是會預設取 vi 為編輯器 ...
2015/08/26
[Git] 解決 Git - unable to determine absolute path of git directory
›
今天第一次在 USB 操作遠端 Git 版控, 出現: unable to determine absolute path of git directory 解決方法: 在 PowerShell 輸入指令 Stop-Process -processname ssh-...
2015/07/17
[Git] 移除右鍵選單的 Git 指令選項
›
Git 在 Windows 系統下預設安裝的右鍵選單指令, 說實在的真的很少用, 今天決定把它移掉 步驟很簡單: 1. 開啟 cmd.exe 命令提示字元 2. 切換到 Git 安裝目錄的 git-cheetah/ 輸入以下指令 64-bit cd ...
2015/02/21
[Android Studio] Git .gitignore file settings
›
在 Android Studio 使用 Git 來做程式版控, 以下是我使用的 .gitignore 內容 # .gitignore for Android Studio projects # Gradle files build/ .gradle/ # Local co...
2015/02/07
[Git] 修改前一次 commit 的訊息
›
下指令會開啟預設編輯器, 輸入修正訊息 git commit --amend 直接指令輸入修正訊息 git commit --amend -m "新修改的訊息"
2014/02/28
[Mac] 不要在共享網路儲存區裡產生 .DS_Store 檔案 及 .AppleDouble 資料夾
›
在 Mac 本機產生 .DS_Store 也就算了... 連共享的也要染指就實在是太超過了~ .AppleDouble 今天在存取 Git Repository 時出現以下訊息~ 怎麼多了奇怪的 Reference 查了一下 NAS 裡的 Repository 發現 .A...
2014/02/21
[Git] An error was raised by libgit2. -- Solution
›
在 Visual Studio 2013 使用 Git 從遠端做 Pull 時發生下圖錯誤 錯誤訊息 Error Message: An error was raised by libgit2. Category = Net (Error). Unsupported...
2014/01/10
[Git] 2014 年的新學習 -- Git 版本控管
›
Git 學習動機 2014 年初是我正式邁向 Git 的學習之路, 因為原本使用的中央控管 Server 掛了, 讓我有重新轉換新方法的機會. 這篇將會是 2014 技術文開春第一炮! 轉入 Git 前的版本控管歷史 過去學習 Subversion (SVN)...
›
首頁
查看網路版