amqpcpp
amqpcpp copied to clipboard
rabbitmq-c has moved
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
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
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
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
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
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
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
hi Alexandre
i already change the rabbitmq-c repo address in README. but i don't know why i have permission to pull merge.