lamletoi
lamletoi

Reputation: 21

How to use Visual Studio Tools for Git

I am using VS 2012 to test my GIT server. I install Git on UBUNTU 12.04. I am trying to use Visual Studio Tools for Git to pull and push to the GIT server. Everything was ok with PULL but when i PUSH it have an error below,

An error was raised by libgit2. Category = Net (Error).
Remote error: access denied or repository not exported: /testing.git

http://postimg.org/image/tf07g89g1/

I Thought this error causes by permission but it was not. I use GIT extension to push to GIT server and everything was ok. Can some body please help me?

http://postimg.org/image/hraqzf9ox/

Upvotes: 0

Views: 1188

Answers (1)

lamletoi
lamletoi

Reputation: 21

The problem is VS 2012 can not make an authentication via SSH althought i run putty SSH agent in background. I hope this feature can be improved in the future.

Upvotes: 1

Related Questions