Did free hosting supporting Git command or Terminal command?

@Admin ,did free hosting supporting Git command or Terminal command,i meaning Terminal is

system("git commit -m 'This is my commit~' ");

Because i really need Git support,if don’t how can i do Git thing?

Git is unfortunately not available on our servers. The only way to deploy your own code on your hosting account is by using FTP. So if you need to install any software which is currently only available through git, you’ll have to download it to your own computer first and then upload it to your hosting account with FTP.

Running commands on the server is not possible either, due to security reasons.

1 Like

If you are used to using git push to deploy code, I would like to suggest git-ftp as an alternative: