All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Arup Rakshit <aruprakshit@rocketmail.com>
Cc: git@vger.kernel.org
Subject: Re: Not able to create feature branch Git
Date: Sun, 17 Aug 2014 04:37:52 -0400	[thread overview]
Message-ID: <20140817083752.GK23808@peff.net> (raw)
In-Reply-To: <10058843.3H3SQKIfkQ@linux-wzza.site>

On Wed, Aug 13, 2014 at 01:32:56AM +0630, Arup Rakshit wrote:

> arup@linux-wzza:~/Ruby/yzz> git push origin posward
> Warning: Permanently added the RSA host key for IP address '192.30.252.131' to 
> the list of known hosts.
> ERROR: Permission to boris-s/yzz.git denied to aruprakshit.
> fatal: Could not read from remote repository.

It looks like you are pushing to GitHub here. You are fetching from user
boris-s, but you do not have write permission to push to his repository.

If boris-s is somebody you are working with and he would like to use a
shared repository workflow with you, ask him to follow this guide:

  https://help.github.com/articles/adding-collaborators-to-a-personal-repository

However, the normal workflow for most open-source projects is to make
your own fork with your changes, and then send a pull request to
boris-s. You can follow this guide:

  https://help.github.com/articles/fork-a-repo

-Peff

      reply	other threads:[~2014-08-17  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 19:02 Not able to create feature branch Git Arup Rakshit
2014-08-17  8:37 ` Jeff King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140817083752.GK23808@peff.net \
    --to=peff@peff.net \
    --cc=aruprakshit@rocketmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.