Can i link a git hub account?

Linking git-hub account will help not to upload edited files again and again

Hello. I’m not sure what you are trying to accomplish.

If you are trying to upload code from GitHub, the best way to do it is download it from GitHub then upload it using a desktop FTP client like FileZilla.

5 Likes

Like @Greenreader9 described, the best way to do this is to push to GitHub and then either clone another copy (basically a local mirror) or just use your local files and then use FileZilla to transfer them to the server. The reason you must do this is because we don’t support SSH, which is what most merge hooks use to push files to a server. If you really need something like this, you should check out premium hosting where (I believe) this is possible.

5 Likes

What do you mean by “link a GitHub account”? And what does it have to do with files?

We don’t offer Git or SSH for our hosting. But that has little to do with GitHub. Even cPanel’s Git Deploy feature doesn’t let you “link a GitHub account” because git isn’t just a GitHub thing.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.