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>
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.
origin https://github.com/berndruecker/camunda-bpm-platform (fetch)
origin https://github.com/berndruecker/camunda-bpm-platform (push)
so you cloned your own repository as https -> no ssh key is being used. Did you try to push something to your repositroy?
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/38c2dbfe-9287-4ae3-a691-847873d421a4%40googlegroups.com.