Git fetch upstream problems

681 views
Skip to first unread message

Bernd Rücker (camunda)

unread,
Nov 14, 2013, 7:42:15 AM11/14/13
to camunda-...@googlegroups.com

Hey guys.

 

Anybody an idea why I cannot sync my fork any more (see below)? I need that to do a new pull request. I did a fresh checkout of my fork – does not solve anything.

 

What could be wrong here?

 

Thanks

Bernd

--

D:\camundaBPM\src\camunda-bpm-platform-fork>git remote add upstream  g...@github.com:camunda/camunda-bpm-platform.git

 

D:\camundaBPM\src\camunda-bpm-platform-fork>git remote -v

origin  https://github.com/berndruecker/camunda-bpm-platform (fetch)

origin  https://github.com/berndruecker/camunda-bpm-platform (push)

upstream        g...@github.com:camunda/camunda-bpm-platform.git (fetch)

upstream        g...@github.com:camunda/camunda-bpm-platform.git (push)

 

D:\camundaBPM\src\camunda-bpm-platform-fork>git fetch upstream

Permission denied (publickey).

fatal: Could not read from remote repository.

 

Please make sure you have the correct access rights

and the repository exists.

 

D:\camundaBPM\src\camunda-bpm-platform-fork>

 

Christian Lipphardt

unread,
Nov 14, 2013, 8:52:40 AM11/14/13
to camunda-...@googlegroups.com
Hi Bernd,

either GitHub has currently some problems or you do not have configured your SSH Key correctly.
Maybe you can try to checkout your own repository using following url : g...@github.com/berndruecker/camunda-bpm-platform . When u r using https checkout, no ssh key will be used.

Best Regards
Christian

Bernd Rücker (camunda)

unread,
Nov 14, 2013, 10:39:47 AM11/14/13
to camunda-...@googlegroups.com

I Christian.

 

I could checkout my  own repository – checked that. This is why I am puzzled that the remote fetch is not working. Anyway – travelling today and tomorrow – hard to tryout these things in the train ;-) I will make me a note to check again next week and do a bit googling.

 

Using no key is I think not an option, as I have to be able to push to make pull requests.

 

But thanks for the quick answer!

Cheers

Bernd

--
You received this message because you are subscribed to the Google Groups "camunda BPM users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/2ce434fb-6010-4cfe-9653-d48c363e289b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Christian Lipphardt

unread,
Nov 14, 2013, 10:47:10 AM11/14/13
to camunda-...@googlegroups.com
Reading your first post, you posted:

so you cloned your own repository as https -> no ssh key is being used. Did you try to push something to your repositroy?

Bernd Rücker (camunda)

unread,
Nov 18, 2013, 10:10:21 AM11/18/13
to camunda-...@googlegroups.com

OK – thanks a lot – it seems that only exactly this combination works for me – my own repo via SSH and the remoe via https:

 

D:\camundaBPM\src\camunda-bpm-platform-bernd>git remote -v

origin  g...@github.com:berndruecker/camunda-bpm-platform.git (fetch)

origin  g...@github.com:berndruecker/camunda-bpm-platform.git (push)

upstream        https://github.com/camunda/camunda-bpm-platform (fetch)

upstream        https://github.com/camunda/camunda-bpm-platform (push)

 

I think I managed to sync now again – thanks!

--

You received this message because you are subscribed to the Google Groups "camunda BPM users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages