github官方的git shell和github for windows配置示例,配置檔案「.gitconfig」位於使用者主目錄下,假設使用者名為zhangsan,在windows7上為:c:\users\
zhangsan\.gitconfig。
[user] 配置登入github的使用者名稱和郵箱
[http] 配置訪問github的**,一些公司內部網經常需要配置,家庭撥號上網直連的則不用
[core] 在windows和linux混合程式設計時經常需要配置,autocrlf=input表示提交時自動將\r\n轉成\n,
safecrlf = true表示不允許混有\r\n和\n
即可直接修改.gitconfig,也可以通過git shell命令,如:git config --global core.autocrlf=input
github專案配置
title隨便填寫,key留著先不填,頁面保留 執行本地的git 一路enter鍵入,這樣在 c users 你的使用者名稱 ssh 下生成三個檔案 用記事本開啟id rsa.pub 複製其中的內容,然後開啟github,貼上到剛剛保留的頁面的key的框裡,空格和換行都保留 檢測ssh key ss...
nginx配置示例
假設nginx使用9088埠的根路徑提供前端資源的訪問,tomcat使用9080埠的scf pc路徑提供後端資源訪問。1,修改local mysql.properties site sit eweb site website sitewe bsit e captcha.server captcha ...
GitHub 基礎配置記錄
姓名郵箱設定 git config global user.name email g是小寫,不知道為什麼發表後自動大寫。git config global color.ui auto 檢視使用cat gitconfig 建立ssh 建立資料夾mkdir ssh 如果有建議清楚重新配置 進入資料夾cd...