yunge / sphinx

Abandoned, please see https://github.com/plutov/sphinx
105 stars 51 forks source link

Why should I provide github account infomation to clone this repository? #2

Closed AlexLuya closed 11 years ago

AlexLuya commented 11 years ago

Why??????

yunge commented 11 years ago

Hi,

I tried to delete github section in my git config, and do not find any problem, please provide more infomation, thanks.

root@ubuntu:~# git clone git@github.com:yunge/sphinx.git Cloning into 'sphinx'... remote: Counting objects: 14, done. remote: Compressing objects: 100% (12/12), done. remote: Total 14 (delta 2), reused 14 (delta 2) Receiving objects: 100% (14/14), 21.17 KiB | 1 KiB/s, done. Resolving deltas: 100% (2/2), done. root@ubuntu:~# git config --list user.name=Fu YunGe user.email=yunge.fu@gmail.com

AlexLuya commented 11 years ago

Simple go get github.com/yunge/sphinx will get

workspace 1_034

As you can see,it asks github account information

yunge commented 11 years ago

Hi,

It looks like your git works in a wrong way, please provide your git config file(usually ~/.gitconfig), thanks.

AlexLuya commented 11 years ago

I can't find this file and I can use same command to clone other repositories.Why?

yunge commented 11 years ago

Can you clone github.com/yunge/gosphinx?

On Thu, Jun 6, 2013 at 12:03 PM, Alex Luya notifications@github.com wrote:

I can't find this file and I can use same command to clone other repositories.Why?

— Reply to this email directly or view it on GitHubhttps://github.com/yunge/sphinx/issues/2#issuecomment-19023815 .

AlexLuya commented 11 years ago

I used similar command clone many other repositories except this one

yunge commented 11 years ago

Hi Alex,

Sorry for the inconvenient, I check every options of gosphinx and sphinx, and gosphinx have a deploy key which sphinx does not have, I add a new key to sphinx now, please check it again, thanks.

On Thu, Jun 6, 2013 at 4:58 PM, Alex Luya notifications@github.com wrote:

I used similar command clone many other repositories except this one

— Reply to this email directly or view it on GitHubhttps://github.com/yunge/sphinx/issues/2#issuecomment-19032642 .

AlexLuya commented 11 years ago

The problem still exists,and maybe you can try "go get ...." with different pc or laptop before you confirm that the problem has been solved,thanks

yunge commented 11 years ago

Acutally, I tried in a blank ubuntu in vmware, when I reply to you first time.

Anyway, I'll try to solve it, and please use github.com/yunge/gosphinx for a time, it's just same as sphinx lib, thanks.

On Fri, Jun 7, 2013 at 11:56 AM, Alex Luya notifications@github.com wrote:

The problem still exists,and maybe you can try "go get ...." with different pc or laptop before you confirm that the problem has been solved,thanks

— Reply to this email directly or view it on GitHubhttps://github.com/yunge/sphinx/issues/2#issuecomment-19087723 .

AlexLuya commented 11 years ago

github.com/yunge/gosphinx works,thanks

yunge commented 11 years ago

I installed a brand new ubuntu12.04.2 on vmware, and try go get -u github.com/yunge/sphinx git clone git://github.com/yunge/sphinx.git

Both worked, so close it.

AlexLuya commented 11 years ago

No,"go get -u github.com/yunge/sphinx" will say nothing,because it did nothing,if you try "go get github.com/yunge/sphinx",the problem is same as before