GIT Smart Http - R any DENIED by fallthru -


i have installed git on red hat linux server used centralized repository , using http username , password control user access our windows notebook.

based on testing.git repo comes sample repository, seems fine when try create new repository, getting error while trying clone it.

c:\users\kwkoh\messaging>git clone http://10.89.20.91/git/testing.git cloning 'testing'... remote: counting objects: 36, done. remote: compressing objects: 100% (33/33), done. remote: total 36 (delta 9), reused 0 (delta 0) unpacking objects: 100% (36/36), done. checking connectivity... done. 

on linux server, have created new repository using command below

[git@a0110tapidev01 repositories]$ git init --bare --shared messaging_v1.git initialized empty shared git repository in /home/git/repositories/messaging_v1.git/  c:\users\kwkoh\messaging>git clone http://10.89.20.91/git/messaging_v1.git cloning 'messaging_v1'... ****fatal: remote error: fatal: r messaging_v1 edmund denied fallthru (or mis-spelled reponame)**  ** 

since not using ssh, believe don't need ssh-keygen related steps. missing configuration steps new repository in /home/git/repositories/messaging_v1.git/?

thanks.

note when create bare repo in git repo hosting server managed gitolite, said gitolite not have opportunity add its hooks.

as mentioned in section:

if add new hooks this, must run gitolite setup, or @ least gitolite setup --hooks-only.

try running @ least gitolite setup --hooks-only see if repo recorded.
if not enough, run gitolite setup.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -