Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Last active August 25, 2020 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponsuke0531/0f72ea23846392fc4ce327ed846b37a8 to your computer and use it in GitHub Desktop.
Save ponsuke0531/0f72ea23846392fc4ce327ed846b37a8 to your computer and use it in GitHub Desktop.
SourceTreeの使い方を紹介しているサイト集 ref: https://qiita.com/ponsuke0531/items/bba6a8c87317578f8018
; ドメインのパスワード変更したら変更する
[http]
proxy = http://{アカウント}:{パスワード}@{プロキシ}:{ポート}
[https]
proxy = http://{アカウント}:{パスワード}@{プロキシ}:{ポート}
// 設定ファイルの場所(全体的なのっぽい)
C:\Users\{ユーザ名}\.gitconfig
// 設定ファイルの場所(クローンのっぽい)
{クローン先ディレクトリ}\.git\config
// 設定ファイルの場所(クローンのっぽい)アプリからの開き方
[設定(歯車マーク)] > [詳細]タブ > [設定ファイルを編集...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment