git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arup Rakshit <aruprakshit@rocketmail.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: I can't pull/fetch from origin, but can push my story branch
Date: Fri, 20 Nov 2015 14:48:16 +0000 (UTC)	[thread overview]
Message-ID: <202625969.6769734.1448030896264.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: 202625969.6769734.1448030896264.JavaMail.yahoo.ref@mail.yahoo.com

Hi,

I forked a repo and then working on features using feature branch. Once done, I am pushing my branch and creating PR. This all was working till night. Suddenly this morning, I am not able to fetch/pull, but can push my feature. The below is what I am getting:

[arup@critique (master)]$ git fetch origin
[arup@critique (master)]$
[arup@critique (master)]$ git pull origin master
ssh: Could not resolve hostname ssh.github.com: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[arup@critique (master)]$
[arup@critique (master)]$ git remote -v
origin  git@github.com:aruprakshit/critique.git (fetch)
origin  git@github.com:aruprakshit/critique.git (push)
upstream        git@github.com:DFTi/critique.git (fetch)
upstream        git@github.com:DFTi/critique.git (push)
[arup@critique (master)]$

Any idea what configuration got change over night ? I have no idea how to fix it? Please help me.
 Regards,
Arup Rakshit

           reply	other threads:[~2015-11-20 14:56 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <202625969.6769734.1448030896264.JavaMail.yahoo.ref@mail.yahoo.com>]

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=202625969.6769734.1448030896264.JavaMail.yahoo@mail.yahoo.com \
    --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).