Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在云服务器上成功安装了 Gitlab,但是每次我尝试创建一个新项目时,它默认为 localhost,所以如果我尝试推送它,它会尝试推送到本地机器而不是远程机器。
有没有办法为目标推送设置 IP 地址?
任何帮助表示赞赏...
你的一部分config/gitlab.yml说了一些类似的东西replace "localhost" with...。并重新启动您的应用程序。
config/gitlab.yml
replace "localhost" with...
如果那没有帮助,请发布您的配置。