|
@ -53,8 +53,12 @@ Apache/2.4.25 (Debian) Server at git.swarmlab.io Port 3000 |
|
|
Reload Page!!! |
|
|
Reload Page!!! |
|
|
==== |
|
|
==== |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== New Repository |
|
|
=== New Repository |
|
|
|
|
|
|
|
|
|
|
|
- step 1 |
|
|
|
|
|
|
|
|
.New Repository |
|
|
.New Repository |
|
|
image::./repo-1.png[SwarmLab New Repository ] |
|
|
image::./repo-1.png[SwarmLab New Repository ] |
|
@ -63,15 +67,20 @@ image::./repo-1.png[SwarmLab New Repository ] |
|
|
image::./repo-2.png[SwarmLab New Repository ] |
|
|
image::./repo-2.png[SwarmLab New Repository ] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- step 2 |
|
|
|
|
|
|
|
|
[[cheat-VloneRepository]] |
|
|
[[cheat-VloneRepository]] |
|
|
== clone repository |
|
|
== clone repository |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== git clone |
|
|
=== git clone |
|
|
|
|
|
|
|
|
|
|
|
- copy url |
|
|
|
|
|
|
|
|
.clone Repositor |
|
|
.clone Repositor |
|
|
image::./repo-clone-1.png[SwarmLab git clone ] |
|
|
image::./repo-clone-1.png[SwarmLab git clone ] |
|
|
|
|
|
|
|
|
|
|
|
- paste url |
|
|
|
|
|
|
|
|
.git clone |
|
|
.git clone |
|
|
[source,bash] |
|
|
[source,bash] |
|
@ -79,14 +88,22 @@ image::./repo-clone-1.png[SwarmLab git clone ] |
|
|
git clone paste-url-here |
|
|
git clone paste-url-here |
|
|
---- |
|
|
---- |
|
|
|
|
|
|
|
|
|
|
|
.git error |
|
|
.Install Git |
|
|
|
|
|
[NOTE] |
|
|
[NOTE] |
|
|
==== |
|
|
==== |
|
|
|
|
|
The requested URL returned error: 502 |
|
|
|
|
|
|
|
|
|
|
|
Try again!!! |
|
|
|
|
|
|
|
|
|
|
|
==== |
|
|
|
|
|
|
|
|
|
|
|
.Install Git |
|
|
|
|
|
[source.bash] |
|
|
|
|
|
---- |
|
|
sudo apt update |
|
|
sudo apt update |
|
|
sudo apt install git |
|
|
sudo apt install git |
|
|
|
|
|
|
|
|
==== |
|
|
---- |
|
|
|
|
|
|
|
|
== workflow |
|
|
== workflow |
|
|
|
|
|
|
|
|