有没有办法在不使用桌面版或命令行的情况下将文件导入 Github?

Is there a way to import a file into Github without using the desktop version or command line?

有没有办法在不使用桌面版或命令行的情况下将文件导入 Github?你能 select 一个来自电脑的文件吗?如果有办法,那么使用 Chromebook 的人会更容易使用 Github。 Add a file to github picture

你说的是上传文件功能吗?

https://help.github.com/articles/adding-a-file-to-a-repository/

在 GitHub 上,导航到存储库的主页。

1) Under your repository name, click Upload files.
2) Drag and drop the file or folder you'd like to upload to your repository onto the file tree.
3) At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file.
4) Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is master, you should choose to create a new branch for your commit and then create a pull request.