$ pwd / $ git remote /$ git config

カテゴリー: GitHub  閲覧数:506 配信日:2019-06-22 10:54


$ pwd


$ pwd
/L/1_Hp/0_sakura/2018server/var/Www/html/1-p46


$ git remote


リモートリポジトリの設定内容を一覧表示(オプションなし)
$ git remote
origin


リモートリポジトリの設定内容を一覧表示(URLも表示)
$ git remote -v
origin  git@github.com:GitHubユーザー名/GitHubリポジトリ名.git (fetch)
origin  git@github.com:GitHubユーザー名/GitHubリポジトリ名.git (push)


$ git remote get-url origin
git@github.com:GitHubユーザー名/GitHubリポジトリ名.git


$ git config


config情報を表示する
$ git config --list
core.symlinks=false
core.autocrlf=false
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslcainfo=L:/9.soft/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
core.longpaths=true
user.name=e1blue
user.email=GitHubメールアドレス
core.autocrlf=false
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.origin.url=git@github.com:GitHubユーザー名/GitHubリポジトリ名.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master


$ git config remote.origin.url
$ git config remote.origin.url
git@github.com:GitHubユーザー名/GitHubリポジトリ名.git



git remote get-url origin と git config remote.origin.url について

週間人気ページランキング / 6-20 → 6-26
順位 ページタイトル抜粋 アクセス数
1 開発 0 5
2 ログイン 2
2 問題発生 / 「.git」ディレクトリ毎移動してみたが失敗 / イレギュラーな作業履歴 2
3 app削除して再度問い合わせ / 電話番号削除失敗 / 電話番号削除失敗したので、再度問い合わせ 1
3 Twitter 回答を得られたQ | Twitter Developer(Twitter) 1
3 エラー対応 1
3 Q4.Hashtags must link to a Twitter search with the hashtag as the query 1
3 うさみみハリケーン | ソフトウェア 1
3 「Twitter Developers」でApp作成 | Twitter Developer(Twitter) 1
3 iOSおよびAndroid上でのモーメントの作成できなくなります / だったら自分で作れば良いのでは? 1
3 埋め込みツイート 1
3 「Twitter API」経由でツイートを取得するためには? 1
3 過去の「0文字引用RT」を期間指定して取得しようとするも、挫折 | Twitter API (Twitter) 1
3 「$ git push」のuオプション 1
3 GitHubへ公開鍵(public key)を登録する / 作業ディレクトリ内に空のローカルリポジトリを作成する / 作業ディレクトリにあるファイル、ディレクトリをコミットする 1
3 Link / 処分するタイミング / 削除実行例 1
3 2019/6/24時点の感想 / 新規リポジトリ作成したら、勝手にディレクトリが作成されてしまう / 新規リポジトリ作成時に、勝手にディレクトリを作成しないようにする 1
3 「Twitter API」は、2023 年 5 月 10 日時点では、SMS認証(電話番号登録)不要でプロジェクト作成できるよう仕様変更されています。 | Twitter API (Twitter) 1
3 Link 1
3 HEAD / Link 1
2026/6/27 5:05 更新
指定期間人気ページランキング / 2020-5-27 → 2026-6-26
順位 ページタイトル抜粋 アクセス数
1 GitHubリモートリポジトリ名には日本語を使用できない。使用すると、ハイフンへ自動置換されてしまう | GitHub(Git) 1078
2 fatal: remote error: is not a valid repository name | Git BASH(Git) 750
3 開発 0 650
4 Twitter アカウント管理 | Twitter Developer(Twitter) 625
5 Twitter API | Twitter API (Twitter) 601
6 動画対応 | プログラミング 592
7 「Twitterデータ」対応 | Twitter Developer(Twitter) 568
8 Windows10で使用できるGitクライアント | GitHub(Git) 468
9 本 | ブックマーク 456
10 Webサービス | ブックマーク 431
11 マッチングサービス | Webサービスビジネス 405
12 同じ携帯電話番号でも、複数の「Twitter Developers」アカウントを作成可能 | Twitter Developer(Twitter) 371
13 TwitterOAuth では、画像URL を指定した画像投稿は出来ない(と思う)。ライブラリを使用しなければ出来るから、Twitter API の制限ではない(と思われる)  | Twitter 330
14 技術書籍 | プログラミング 304
14 teratailでは質問しない | プログラミング 304
15 気になった動画 | ブックマーク 297
16 埋め込みツイート | Twitter Developer(Twitter) 273
17 個人事業主 | Webサービスビジネス 252
18 Twitter 電話番号の問題 | Twitter Developer(Twitter) 238
19 ログイン 235
2026/6/27 5:05 更新