Gitee is an online code hosting platform independently developed in China. It supports Git and Svn code version control tools, which can help developers maintain code, collaborate on project development, and achieve code sharing and communication. When using Gitee, it is sometimes confusing to upload more than 20 files. So, how does Gitee upload more than 20 files?
First, open the Gitee official website and log in to your account. Enter the project page where you need to upload files, you can see the "Upload" button, click to enter the upload page.
On the upload page, you can directly drag the file to be uploaded to the upload area, or click "Select File" to load the file.
When the number of files to be uploaded is less than 20, you can directly select them all and upload them. However, when the number of files to be uploaded exceeds 20, Gitee will limit uploading to 20 files at a time, and will display "20 files have been selected, and ×× files can be selected."
In order to upload more than 20 files, multiple uploads are required. You can choose to upload the first 20 files first and then the remaining files. In addition, you can also select the first 20 files, the middle 20 files, and the last 20 files to upload separately. In this way, all more than 20 files can be uploaded to Gitee smoothly.
In addition to the above methods, you can also use the Git command provided by Gitee to upload. Users can upload multiple files in batches through the Git command line tool. Use Git's add and commit commands to add and submit files that need to be uploaded in batches. The specific operations are as follows:
- Log in to Gitee, create a warehouse, and clone the warehouse locally.
- Put the files to be uploaded into a directory in the local warehouse.
-
Open the Git command line in the root directory of the local warehouse and enter the following command:
// 添加文件 $ git add . // 提交文件 $ git commit -m "提交说明" // 推送到远程仓库 $ git push origin master
In this way, we can use the Git command line tool to batch upload multiple files to Gitee middle.
In general, there are many ways to upload more than 20 files on Gitee. Through the above methods, users can easily solve this problem.
The above is the detailed content of A brief analysis of how to upload more than 20 files on Gitee. For more information, please follow other related articles on the PHP Chinese website!

This article provides a guide to Git management, covering GUI tools (Sourcetree, GitKraken, etc.), essential commands (git init, git clone, git add, git commit, etc.), branch management best practices (feature branches, pull requests), and merge con

This article addresses common Git commit failures. It details troubleshooting steps for issues like untracked files, unstaged changes, merge conflicts, and pre-commit hooks. Solutions and preventative measures are provided to ensure smoother Git wo

This article details methods for viewing Git commit content. It focuses on using git show to display commit messages, author info, and changes (diffs), git log -p for multiple commits' diffs, and cautions against directly checking out commits. Alt

This guide explains how to push a single Git commit to a remote branch. It details using a temporary branch to isolate the commit, pushing this branch to the remote, and then optionally deleting the temporary branch. This method avoids conflicts and

This article explains the difference between Git's commit and push commands. git commit saves changes locally, while git push uploads these committed changes to a remote repository. The article highlights the importance of understanding this distin

This article explains the distinct roles of git add and git commit in Git. git add stages changes, preparing them for inclusion in the next commit, while git commit saves the staged changes to the repository's history. This two-step process enables

This article introduces Git, a distributed version control system. It highlights Git's advantages over centralized systems, such as offline capabilities and efficient branching/merging for enhanced collaboration. The article also details learning r

This beginner's guide introduces Git, a version control system. It covers basic commands (init, add, commit, status, log, branch, checkout, merge, push, pull) and resolving merge conflicts. Best practices for efficient Git use, including clear comm


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Notepad++7.3.1
Easy-to-use and free code editor
