dominickchen / iamas-class-2013

2013後期:情報社会特論Aの授業用レポジトリ
1 stars 2 forks source link

pushエラーについて #2

Closed ina030101 closed 11 years ago

ina030101 commented 11 years ago

GitHubのアプリケーションから、publishができません。 以下のようなエラーが表示されます。

2013-10-06 01:30:04.987 GitHub for Mac Login[27405:707] AskPass with arguments: ( "/Applications/GitHub.app/Contents/MacOS/GitHub for Mac Login", "Username for 'http://github.com': " ) 2013-10-06 01:30:05.075 GitHub for Mac Login[27406:707] AskPass with arguments: ( "/Applications/GitHub.app/Contents/MacOS/GitHub for Mac Login", "Password for '****\ " ) To http://github.com/ina030101/gitest0927.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'http://github.com/ina030101/gitest0927.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. (1)

hintを読んでもいまいちよくわからなかったので解決策を教えてください。

dominickchen commented 11 years ago

こんにちは。 添付の図でいうところの、右上のSync Branchを押すとどうなりますか?

2013-10-07 15 05 01

ina030101 commented 11 years ago

$B$3$s$K$A$O!#%a!<%k$"$j$,$H$&$4$6$$$^$9!#(B

$BF1$8%(%i!<$,5/$3$j$^$9!#(B

On 2013/10/07, at 15:06, Dominique Chen wrote:

$B$3$s$K$A$O!#(B $BE:IU$N?^$G$$$&$H$3$m$N!"1&>e$N(BSync Branch$B$r2!$9$H$I$&$J$j$^$9$+!)(B

$B!=(B Reply to this email directly or view it on GitHub.

dominickchen commented 11 years ago

文字化けしてしまっているようなので、スマホでダメだったらPCから書き込んでみてください。

ina030101 commented 11 years ago

$B$9$_$^$;$s!#(Bmac$B$N%a!<%i!<$r;H$C$F$$$k$N$GJ8;z2=$1$7$F$7$^$C$?$h$&$G$9!#(B Sync Branch$B$r2!$7$F$bF1$8%(%i!<$,5/$3$j$^$9!#(B

$B;38}(B

On 2013/10/07, at 16:29, Dominique Chen wrote:

$BJ8;z2=$1$7$F$7$^$C$F$$$k$h$&$J$N$G!"%9%^%[$G%@%a$@$C$?$i(BPC$B$+$i=q$-9~$s$G$_$F$/$@$5$$!#(B

$B!=(B Reply to this email directly or view it on GitHub.

leico commented 11 years ago

こんばんは。大石です。

出来ない人は

  1. github上でリポジトリを作成
  2. そのリポジトリをクローン(アプリでもターミナルでもよい)
  3. 出来たフォルダにファイルを追加したり、編集したり。
  4. 最後にプッシュ

するとうまくいくかもです。 パソコン内で作ったものをアップロードしようとするとリポジトリがないとか ユーザーが云々とか言われるような。

(13/10/07 16:59), aina wrote:

$B$9$_$^$;$s!#(Bmac$B$N%a!<%i!<$r;H$C$F$$$k$N$GJ8;z2=$1$7$F$7$^$C$?$h$&$G$9!#(B

Sync Branch$B$r2!$7$F$bF1$8%(%i!<$,5/$3$j$^$9!#(B

$B;38}(B

On 2013/10/07, at 16:29, Dominique Chen wrote:

$BJ8;z2=$1$7$F$7$^$C$F$$$k$h$&$J$N$G!"%9%^%[$G%@%a$@$C$?$i(BPC$B$+$i=q$-9~$s$G$_$F$/$@$5$$!#(B

$B!=(B Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/dominickchen/iamas-class-2013/issues/2#issuecomment-25790585.

/*------------------------------ 岐阜県立情報科学芸術大学院大学 メディア表現研究科

大石 桂誉

yoshitaka_12@iamas.ac.jp ------------------------------*/

dominickchen commented 11 years ago

大石くん、

どうもありがとう。 ローカルとリモートのバージョンが衝突している場合は、 確かにローカルでは別フォルダにクローンした方がスムースかも知れません。

GitHubアプリを持っている人は、自分のレポジトリのGithubページにいって、サイドメニューの下にあるClone in Desktopボタンを押して、クローン先のフォルダを選択してください。

GitHubアプリを持ってない場合は、そのボタンの上にあるURLをコピーして、ターミナル上でフォルダを新規作成して $ mkdir フォルダ名 git clone と打った後にペーストしてエンター押してください。 $ git clone https://github.com/ユーザー名/レポジトリ名.git

2013-10-07 18 37 04

dominickchen commented 11 years ago

@ina030101 さんの問題は解決したので、このissueは閉じます。