I take the liberty to disturb you for git client in linux .
   
*setp1:*
 in gitlab server ,i add some Http error return ,as:
http.Error(responseWriter, "Check user ip failed", 500)
return

*step2:*
when i clone repository in windows , i get the response:
C:\Users\mairongcong>git clone https://mygitlabserver/server/admin.git
Cloning into 'admin'...
remote: Check user ip failed
fatal: unable to access 'https://mygitlabserver/server/admin.git/': The 
requested URL returned error: 500
i can see  the  http error message "Check user ip failed",

*setp3:*
but when i clone repository in linux, i get the response
[root@localhost git-2.37.0]# git clone 
http://mygitlabserver/server/admin.git/
Cloning into 'admin'...
Username for 'http://mygitlabserver': mairongcong
Password for 'http://mairongcong@mygitlabserver':
fatal: unable to access 'http://mygitlabserver/server/admin.git/': The 
requested URL returned error: 500

i can not see the http error message like windows git  client "Check user 
ip failed"

can you give me some suggest ,why linux git client can not see the http 
error messageļ¼Œ thanks very much ,and forgive my poor english 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/2886819f-958e-4be3-bde5-61dbf56b8816n%40googlegroups.com.

Reply via email to