【SAP BAS】Git ProjectからCloneする方法
SAP Business Application Studio(BAS)にて、Git リポジトリからプロジェクトをクローンする方法。
まあようするにGit Clone
しているだけ。
今回は↓をクローンする。
https://github.com/Auggie9010/fiori_salesorder_list.git
表示されたウインドウに↑でコピーしたURLを貼り付ける。
Terminalで以下のコマンドが走る。(最初からTerminalでコマンドを実行してもよい?)
user: user $ git clone https://github.com/Auggie9010/fiori_salesorder_list $HOME/projects/fiori_salesorder_list/
Cloning into '/home/user/projects/fiori_salesorder_list'...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 74 (delta 12), reused 70 (delta 11), pack-reused 0
Unpacking objects: 100% (74/74), done.
コマンドが正常終了したら、Open WorkSpace
をクリック。
以上
Author And Source
この問題について(【SAP BAS】Git ProjectからCloneする方法), 我々は、より多くの情報をここで見つけました https://qiita.com/Auggie_2345/items/ae6b8084bbc000d52342著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .