开发者

XCode4 couldn't resolve local server

开发者 https://www.devze.com 2023-03-15 15:04 出处:网络
I tried to deploy git server on my internal network server (LAN). I\'ve successfull开发者_运维问答y installed gitosis and played around with it (push, pull, clone etc) using Terminal. But, the weirdne

I tried to deploy git server on my internal network server (LAN). I've successfull开发者_运维问答y installed gitosis and played around with it (push, pull, clone etc) using Terminal. But, the weirdness is come when I started to use XCode4. It didn't resolve the IP address

but it work fine for any random domain in the net, e.g. google.com

My guess was: the problem might be related to nameserver. Then, I deployed a DNS server in my local network and put name on it. I deployed a bind9 DNS server on my Ubuntu and register dycodenux.com as domain and git.dycodenux.com as the server name. I can then resolve it very quickly from my terminal (I can ping and dig it). Then, I tried it on XCode4: and it again unreachable.

Please help me with some ideas that might be DEFINITELY wrong. Thanks!


I think it is looking for an address more like git.dycodenux.com/project.git try that

0

精彩评论

暂无评论...
验证码 换一张
取 消