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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to