Giter Site home page Giter Site logo

rabbitmq-c has moved about amqpcpp HOT 7 OPEN

akalend avatar akalend commented on July 28, 2024
rabbitmq-c has moved

from amqpcpp.

Comments (7)

akalend avatar akalend commented on July 28, 2024

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:
#11

from amqpcpp.

akalend avatar akalend commented on July 28, 2024

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:
#11

from amqpcpp.

hyperthunk avatar hyperthunk commented on July 28, 2024

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:
#11


Reply to this email directly or view it on GitHub:
#11 (comment)

from amqpcpp.

akalend avatar akalend commented on July 28, 2024

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:
#11


Reply to this email directly or view it on GitHub:
#11 (comment)


Reply to this email directly or view it on GitHub:
#11 (comment)

from amqpcpp.

hyperthunk avatar hyperthunk commented on July 28, 2024

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

from amqpcpp.

akalend avatar akalend commented on July 28, 2024

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:
#11 (comment)

from amqpcpp.

lufeng1102 avatar lufeng1102 commented on July 28, 2024

hi Alexandre

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

from amqpcpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.