Mac CLI balena push

hello, very new to this so apologies.

ive created the OS and PI4 is online

im now trying to upload code from GitHub using

balena login - the n continue you with authentication

then I run
balena push SuthGW https://github.com/PiSupply/iot-lora-gateway-balena.git

the screen displays load of commands and nothing else.

any help would be much appreciated
thanks

Hey,
Welcome to the forums.
You’ll need to clone the iot-lora-gateway-balena locally. To do so please run

git clone https://github.com/PiSupply/iot-lora-gateway-balena.git

once you have cloned it cd into the repo, and then balena push SuthGW.

Cheers,
Amit