These pages are written by only Japanese.

Welcom to My Diary.com
最新の日記タイトル一覧カテゴリ別タイトル一覧トップへ戻る〜

こんばんわ♪ 現在は5月4日(土)2時42分。 丑三つ時です。


hns - 日記自動生成システム - Version 2.19.5 (色々 Fixed)

先月 2010年01月 来月
01 02
03 04 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Namazu for hns による簡易全文検索です。
詳細は 詳細指定/ヘルプをご参照下さい。
検索式:

2010年01月28日(木)

git merge

参考URL:

実行:

まずは remote add
% cd gordon_yoya
% git remote add tobeytailor git://github.com/tobeytailor/gordon.git
pull 実行。
% git pull tobeytailor
github.com[0: 207.97.227.239]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
git merge tobeytailor
気を取り直して、もう一度 pull
% git pull tobeytailor
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 7), reused 0 (dremote: elta 0)
Unpacking objects: 100% (9/9), done.
From git://github.com/tobeytailor/gordon
 * [new branch]      gh-pages   -> tobeytailor/gh-pages
 * [new branch]      master     -> tobeytailor/master
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me either.  Please
name which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details on the refspec.

If you often merge with the same branch, you may want to
configure the following variables in your configuration
file:

    branch.master.remote = <nickname>
    branch.master.merge = <remote-ref>
    remote.<nickname>.url = <url>
    remote.<nickname>.fetch = <refspec>

See git-config(1) for details.
上手くいってるのか分からないけど、merge
% git merge tobeytailor
tobeytailor - not something we can merge
やっぱり駄目か。
本家とかけ離れてるので出ない訳ないし。

git config:

これ真似しても解決せず。理解しないで真似してもダメか…

これで、1 日分だよ〜。

タイトル一覧
カテゴリ分類
Database
JXTA
Java
XML
awm
bookmark
keyword
memo
news
research
Powered by hns-2.19.5, HyperNikkiSystem Project