git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arup Rakshit <aruprakshit@rocketmail.com>
To: git@vger.kernel.org
Subject: Not able to create feature branch Git
Date: Wed, 13 Aug 2014 01:32:56 +0630	[thread overview]
Message-ID: <10058843.3H3SQKIfkQ@linux-wzza.site> (raw)

Hi,

I am not able to push my feature branch using Git. I cloned using SSH and SSH 
key is also added.

arup@linux-wzza:~/Ruby/yzz> git status
# On branch posward
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       lib/yzz/posward_side.rb
nothing added to commit but untracked files present (use "git add" to track)
arup@linux-wzza:~/Ruby/yzz> git add lib/yzz/posward_side.rb
arup@linux-wzza:~/Ruby/yzz> git status
# On branch posward
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       new file:   lib/yzz/posward_side.rb
#
arup@linux-wzza:~/Ruby/yzz> git commit -m "Yzz::Side is now refactord into 2 
classes, one of which is Yzz::PoswardSide."
[posward a31be0c] Yzz::Side is now refactord into 2 classes, one of which is 
Yzz::PoswardSide.
 1 file changed, 41 insertions(+)
 create mode 100644 lib/yzz/posward_side.rb
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.

Please make sure you have the correct access rights
and the repository exists.
arup@linux-wzza:~/Ruby/yzz> ls -al ~/.ssh
total 20
drwxr-xr-x  2 arup users 4096 May 27 00:17 .
drwxr-xr-x 44 arup users 4096 Aug 13 01:07 ..
-rw-------  1 arup users 1675 May 10 22:22 id_rsa
-rw-r--r--  1 arup users  408 May 10 22:22 id_rsa.pub
-rw-r--r--  1 arup users 2210 Aug 13 01:18 known_hosts
arup@linux-wzza:~/Ruby/yzz> xclip -sel clip < ~/.ssh/id_rsa.pub
arup@linux-wzza:~/Ruby/yzz> git push origin posward
ERROR: Permission to boris-s/yzz.git denied to aruprakshit.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
arup@linux-wzza:~/Ruby/yzz>



Can anyone tell me what is the problem ?

-- 
================
Regards,
Arup Rakshit
================
Debugging is twice as hard as writing the code in the first place. Therefore, 
if you write the code as cleverly as possible, you are, by definition, not 
smart enough to debug it.

--Brian Kernighan

             reply	other threads:[~2014-08-12 20:10 UTC|newest]

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

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=10058843.3H3SQKIfkQ@linux-wzza.site \
    --to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).