要将文件推送到github上的存储库,我是否必须先在github上手动创建存储库? 如果我不自动创建存储库,则会出现以下错误:
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
答案 0 :(得分:4)
是:请参阅this Github article on pushing to a remote repository,了解有关推送遥控器的详细说明。
答案 1 :(得分:2)
是的,如果要推送到存储库,则必须创建存储库。见this GitHub tutorial
GitHub也允许你创建一个包含文件的回购。