How to solve GIT permission denied
Tech-Today

How to solve GIT permission denied


I've encountered this GIT permission denied several times before each time I always come up with a different solution. This time from a friend of mine:

Copy your private and public keys from c:\users\yourAccount\.ssh to where you install git. Normally c:\progra~2\git\.ssh

You will encounter this problem when:
1.) Clone/Checking out in github
2.) Clone/Checking out in assembla
3.) Clone/Checking out in openshift

Another source of this problem is when you forgot to upload your public key in your online repo settings.




- Git: How To Have 2 Local Branch Pushing To 2 Different Remote Repositories So That You Can Merge Code
This tutorial will explain how to create 2 local branches with the same code base, each linked to different repository. The purpose is that you can share code between repositories. For example in a multi-module project, it's possible that 1 project...

- How To Invoke A Jenkins Build From Assembla On Git Push
This tutorial will try to configure a jenkins job to run when a git push is done on Assembla. This tutorial assumes that your server is running in Ubuntu 12.04.2. Requirements: You must have an assembla account with admin privilege.An external server...

- How To Sync Github And Openshift Git Repository
OpenShift is such a wonderful playground for those who want to try and experience real javaee6/jboss cloud hosting. But often some of us wanted to host the code in another git repository like github or bitbucket or somewhere else. This article will try...

- How To Create Ssh Key And Set In Eclipse
This page will explain how we can create an ssh key that we can set in eclipse to be use when pulling files from Git repositories. *Note that this tutorial was tested on windows 7. 1.) Open command prompt. 2.) Execute: ssh-keygen -t rsa -C "yourEmail"....

- How To Clone A Project From Github And Import In Eclipse
This page will teach us how to clone a project from GitHub to your local repository and import in eclipse. Prerequisites: 1.) Windows/Ubuntu with JDK6/7. 2.) eclipse (I'm using Juno) with egit, m2eclipse, m2e-egit plugin (from eclipse marketplace)....



Tech-Today








.