amqpcpp icon indicating copy to clipboard operation
amqpcpp copied to clipboard

rabbitmq-c has moved

Open hyperthunk opened this issue 13 years ago • 7 comments

It is being maintained at https://github.com/alanxz/rabbitmq-c, so perhaps your README should point to this new repo, or not, depending (I suppose) on whether or not you're planning on maintaining compatibility with https://github.com/alanxz/rabbitmq-c. Anyway, the RabbitMQ team is no longer maintaining the C client, it is going to be community maintained from now on and https://github.com/alanxz/rabbitmq-c is the canonical repo AFAIK.

Cheers, Tim

hyperthunk avatar Jul 02 '12 10:07 hyperthunk

Tanks Tim for Your message, I regred, that the RabbitMQ team is no longer maintaining the C client.

I change the README as  soon as I can.

Alexandre Kalendarev

Mon, 2 Jul 2012 03:52:51 -0700 от Tim Watson [email protected]:

It is being maintained at https://github.com/alanxz/rabbitmq-c, so perhaps your README should point to this new repo, or not, depending (I suppose) on whether or not you're planning on maintaining compatibility with https://github.com/alanxz/rabbitmq-c. Anyway, it is going to be community maintained from now on and https://github.com/alanxz/rabbitmq-c is the canonical repo AFAIK.

Cheers, Tim


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11

akalend avatar Jul 02 '12 11:07 akalend

Hi Tim,

sorry for full question I have errors: 

$ git push Enter passphrase for key '/Users/akalend/.ssh/id_rsa': To [email protected]:akalend/amqpcpp.git ! [rejected] master -> master (non-fast forward) error: failed to push some refs to '[email protected]:akalend/amqpcpp.git' akalend:dist.git akalend$ git push master I make:

git pull git commit -a git push

thanks for any information,

Alexandre

Mon, 2 Jul 2012 03:52:51 -0700 от Tim Watson [email protected]:

It is being maintained at https://github.com/alanxz/rabbitmq-c, so perhaps your README should point to this new repo, or not, depending (I suppose) on whether or not you're planning on maintaining compatibility with https://github.com/alanxz/rabbitmq-c. Anyway, the RabbitMQ team is no longer maintaining the C client, it is going to be community maintained from now on and https://github.com/alanxz/rabbitmq-c is the canonical repo AFAIK.

Cheers, Tim


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11

akalend avatar Jul 05 '12 22:07 akalend

Hi, what is the question!?

On 5 Jul 2012, at 23:16, [email protected] wrote:

Hi Tim,

sorry for full question I have errors:

$ git push Enter passphrase for key '/Users/akalend/.ssh/id_rsa': To [email protected]:akalend/amqpcpp.git ! [rejected] master -> master (non-fast forward) error: failed to push some refs to '[email protected]:akalend/amqpcpp.git' akalend:dist.git akalend$ git push master I make:

git pull git commit -a git push

thanks for any information,

Alexandre

Mon, 2 Jul 2012 03:52:51 -0700 от Tim Watson [email protected]:

It is being maintained at https://github.com/alanxz/rabbitmq-c, so perhaps your README should point to this new repo, or not, depending (I suppose) on whether or not you're planning on maintaining compatibility with https://github.com/alanxz/rabbitmq-c. Anyway, the RabbitMQ team is no longer maintaining the C client, it is going to be community maintained from now on and https://github.com/alanxz/rabbitmq-c is the canonical repo AFAIK.

Cheers, Tim


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11#issuecomment-6792361

hyperthunk avatar Jul 06 '12 19:07 hyperthunk

Hi Tim,

Fri, 6 Jul 2012 12:10:45 -0700 от Tim Watson [email protected]: Hi, what is the question!?

I can't push my changes. I have error:

$ git push Enter passphrase for key '/Users/akalend/.ssh/id_rsa': To [email protected]:akalend/amqpcpp.git ! [rejected] master -> master (non-fast forward) error: failed to push some refs to '[email protected]:akalend/amqpcpp.git' akalend:dist.git akalend$ git push master

I send commands:

git pull git commit -a git push

What I to do is false;

Alexandre

On 5 Jul 2012, at 23:16, [email protected] wrote:

Hi Tim,

sorry for full question I have errors:

$ git push Enter passphrase for key '/Users/akalend/.ssh/id_rsa': To [email protected]:akalend/amqpcpp.git ! [rejected] master -> master (non-fast forward) error: failed to push some refs to '[email protected]:akalend/amqpcpp.git' akalend:dist.git akalend$ git push master I make:

git pull git commit -a git push

thanks for any information,

Alexandre

Mon, 2 Jul 2012 03:52:51 -0700 от Tim Watson [email protected]:

It is being maintained at https://github.com/alanxz/rabbitmq-c, so perhaps your README should point to this new repo, or not, depending (I suppose) on whether or not you're planning on maintaining compatibility with https://github.com/alanxz/rabbitmq-c. Anyway, the RabbitMQ team is no longer maintaining the C client, it is going to be community maintained from now on and https://github.com/alanxz/rabbitmq-c is the canonical repo AFAIK.

Cheers, Tim


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11#issuecomment-6792361


Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11#issuecomment-6813768

akalend avatar Jul 09 '12 07:07 akalend

You own this repository don't you!? I'm not really sure why you're struggling, but perhaps it's because you're out of synch with your remote (origin) repo? Try a bit of this:

$ git fetch origin
$ git rebase origin/master
# resolve any conflicts by hand, git add them then git rebase --continue
$ git push origin master

hyperthunk avatar Jul 09 '12 09:07 hyperthunk

Tim thanks,

I make it as soon  as I can;

Alexandre

Mon, 9 Jul 2012 02:41:30 -0700 от Tim Watson [email protected]:

You own this repository don't you!? I'm not really sure why you're struggling, but perhaps it's because you're out of synch with your remote (origin) repo? Try a bit of this:

$ git fetch origin
$ git rebase origin/master
# resolve any conflicts by hand, git add them then git rebase --continue
$ git push origin master

Reply to this email directly or view it on GitHub: https://github.com/akalend/amqpcpp/issues/11#issuecomment-6842424

akalend avatar Jul 09 '12 10:07 akalend

hi Alexandre

i already change the rabbitmq-c repo address in README. but i don't know why i have permission to pull merge.

lufeng1102 avatar Jul 10 '12 14:07 lufeng1102