git - Gitlab: Can't clone repo over SSH -


i've installed gitlab version 5.1 on server (centos 6.4 64bit). after lot of hiccups, can clone, pull , push... on http. anytime try ssh clone, error occurs:

$ git clone git@git.server:my-project.git cloning 'my-project'... fatal: r my-project my-user denied fallthru (or mis-spelled reponame) fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

this denied fallthru error apparently no stranger google , stackoverflow, of them gitolite-related, not case here, gitlab has dropped gitolite per v5. missing here? first time working gitlab, please gentle.

ok, after upgrading 5.2 problem's gone.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -