我已经制作了一个我想在 Open shift 上部署的 Web 应用程序。我已经使用终端上运行的以下命令克隆了应用程序 git 存储库:-
[root@mac1 Desktop]# git clone ssh://519dcdc44382ec1c9200002d@ntd-
diagnostics.rhcloud.com/~/git/ntd.git/
Initialized empty Git repository in /home/Ravi/Desktop/ntd/.git/
The authenticity of host 'ntd-diagnostics.rhcloud.com (54.235.28.28)' can't be
established.
RSA key fingerprint is cf:ee:77:cb:0e:fc:02:d7:72:7e:ae:80:c0:90:88:a7.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ntd-diagnostics.rhcloud.com,54.235.28.28' (RSA) to the list
of known hosts.
remote: Counting objects: 41, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 41 (delta 1), reused 0 (delta 0)
Receiving objects: 100% (41/41), 38.37 KiB, done.
Resolving deltas: 100% (1/1), done.
现在我不知道接下来的步骤。正如我猜测的那样,我将不得不将我的项目部署在这个命令之后创建的克隆本地目录中,但我不知道我将如何做到这一点