Does anyone know what solution to install git on EX2 Ultra?
On OS3 was possible using http://downloads.wdc.com/apps/WDMyCloudEX2/git/WDMyCloudEX2_git_1.40.bin with some workaround.
If its not possible, what would be the reason?
Will the SDK OS5 be available?
1 Like
SBrown
November 17, 2020, 6:07pm
2
@MarcosAx I’ve sent you a PM with the link for OS 5 SDK
1 Like
@SBrown ,
Could I also get access to this as well please ?
Cheers,
JediNite
SBrown
November 17, 2020, 9:45pm
4
@JediNite sent you a PM as well
1 Like
terje_a
November 24, 2020, 12:50am
5
I would also appreciate receiving the OS5 SDK in support of installing git (again) after the OS5 update.
kind regards.
terje_a
SBrown
November 24, 2020, 7:09pm
6
@terje_a I’ve sent you a PM
Tfl
November 29, 2020, 11:20am
7
An alternative is to install community packages like Entware package manager or Docker.
This allows you to side load apps like git.
e.g. to get the git client once you have Entware installed.
opkg update
opkg list git
opkg install git
and you’re good to go.
1 Like
Hi. I would like to have it too, please
mc000
May 6, 2021, 1:10pm
9
Could you please PM the link for git as well? Thank you in advance!
Could I also get access to this as well please ?
Thx!
SBrown
September 21, 2021, 2:17pm
11
@dbaillargeon Here’s the My Cloud OS 5 SDK
Shared with My Cloud
Hello,
i have My Cloud Ex2 Ultra OS5 and i would like to install git on EX2 Ultra.
Could you please send me a PM with the link for OS 5 SDK for git ?,Thank you in advance!
Stayjoo
August 11, 2022, 12:46am
13
Hello!
I should use OS 5 SDK for git too.
Send me PM too, please
Could I also get access for Git as well please ?
Hi there! Can you give me access for Git on OS5 as well please?
To install Git on OS5, open the terminal and first update the package lists by running sudo apt-get update. Then, install Git with the command sudo apt-get install git. Once the installation is complete, verify it using the git --version, and configure Git with your username and email.
Unfortunately when try to run the command sudo apt-get update I get the message:
sudo: apt-get: command not found