current location:Home > Technical Articles > Development Tools

  • How to download the gitee repository? Step sharing
    How to download the gitee repository? Step sharing
    With the popularity of open source software, more and more programmers are beginning to use Git and publish their own open source projects on large code hosting platforms such as GitHub and Gitlab. However, because GitHub has unstable access problems in China, domestic programmers also need to find alternative platforms. There is a good open source code hosting platform called gitee. This article will introduce how to download the gitee repository. 1. Register a gitee account and create a warehouse. If you don’t have a gitee account yet, please register on the gitee official website first. register
    git . gitlab 1938 2023-03-31 10:06:45
  • How to check the size of a folder on GitLab
    How to check the size of a folder on GitLab
    In GitLab, in order to better manage code and other resources, it is often necessary to view the size of files and folders. This article explains how to view the size of a folder on GitLab. 1. Use the GitLab Web interface to view the folder size. On the GitLab Web interface, we can directly view the size of the corresponding folder in a project. The steps are as follows: 1. Enter the project page on GitLab and find the project for which you need to check the folder size; 2. Enter the "Files" page of the project and find the file you need to check.
    git . gitlab 2632 2023-03-31 10:06:14
  • Explore the relationship between GitLab and GitHub
    Explore the relationship between GitLab and GitHub
    In recent years, discussions about code hosting platforms have become more frequent on the Internet, with GitLab and GitHub being the most frequently mentioned. For many people, these two platforms may be mistaken as being run by the same company. Is this true? Let's explore the relationship between GitLab and GitHub. 1. The historical origins of GitLab and GitHub In order to better understand the difference between GitLab and GitHub, we need to first understand their respective backgrounds. The original version of GitLab was developed by a company called G
    git . gitlab 1655 2023-03-31 10:09:47
  • How to manage and monitor project-level code on gitlab
    How to manage and monitor project-level code on gitlab
    Overview At the project level, GitLab administrators need to ensure the security and integrity of the project code. To this end, GitLab provides a series of tools and operations so that administrators can manage the project code and maintain its version control and management on the GitLab platform. This article will introduce methods and best practices on how to manage and monitor project-level code on GitLab. Specifically, we will focus on the following aspects: - How to set GitLab project-level access permissions - How to view code submission history and file change history -
    git . gitlab 1060 2023-03-31 10:14:40
  • How does gitlab only count the number of lines of code in a specific branch?
    How does gitlab only count the number of lines of code in a specific branch?
    GitLab is a version control tool that provides many powerful features to manage and track code changes. One of them is line of code statistics. Lines of code statistics can help developers understand their code volume, providing useful information for project management and budgeting. But what if you just want to count the number of lines of code in a specific branch? The default line of code statistics in GitLab are for all branches. But in some cases, we may only want to count the number of lines of code in one branch. For example, when developing a large project, we may want to count the number of lines of code in each branch.
    git . gitlab 2261 2023-03-31 10:16:40
  • How to solve the problem that gitlab does not allow other users to create groups
    How to solve the problem that gitlab does not allow other users to create groups
    In the process of using GitLab, you will find that by default only administrators can create groups, while other users cannot create groups. This limitation may affect work efficiency to a certain extent, so this article will explore how to solve the problem of GitLab not allowing other users to create groups. Before we start, we need to understand GitLab's permission management mechanism. GitLab manages permissions through three objects: Project, Group and User. Group is an object that combines multiple Projects.
    git . gitlab 1442 2023-03-31 10:18:40
  • How to implement permission allocation for different modules in the same gitlab project
    How to implement permission allocation for different modules in the same gitlab project
    With the rapid development and growing scale of software development, how to better manage the code within the team and ensure refined control of permissions has become an important issue. As an excellent code management tool, Gitlab provides us with a convenient and fast open source platform. However, how to allocate permissions to different modules within the same project is an important issue in Gitlab. 1. Overview Gitlab is a web-based Git warehouse management tool developed by a very outstanding team, which allows you to easily perform tasks in your team
    git . gitlab 1702 2023-03-31 10:21:08
  • Download the gitlab installation package in a Linux system with ppc64 architecture
    Download the gitlab installation package in a Linux system with ppc64 architecture
    Overview GitLab is an open source code hosting platform based on Ruby on Rails. Its functions are similar to GitHub, but using GitLab to host code within some enterprises or organizations can better ensure the privacy and security of the code. This article will introduce how to download and install GitLab in a Linux system with ppc64 architecture. Step 1. Download the GitLab installation package. In a Linux system with ppc64 architecture, you need to download the GitLab installation package for the corresponding architecture. Can be used in Git
    git . gitlab 846 2023-03-31 10:21:56
  • Solution to GitLab file size larger than 4G that cannot be uploaded
    Solution to GitLab file size larger than 4G that cannot be uploaded
    The solution to the problem that GitLab files larger than 4G cannot be uploaded. In the process of using GitLab for code warehouse management, we often encounter the problem of limited upload file size. The most common one is that GitLab files are larger than 4G and cannot be uploaded. This problem has been bothering many developers. The following is a detailed introduction to the solution to this problem. 1. The reason for the file size limit of GitLab GitLab is a version control system based on Git, and its file management function is also based on the Git object library. Gi
    git . gitlab 3911 2023-03-31 10:23:50
  • Reasons and solutions for ssh not working in gitlab for a while
    Reasons and solutions for ssh not working in gitlab for a while
    GitLab is one of the most popular code hosting platforms currently, allowing users to push or pull code through Git using SSH or HTTP. However, sometimes developers encounter issues such as SSH not working properly for a period of time. There are many root causes for this problem, so let’s explore a few possible solutions. Whether the SSH key has expired GitLab often checks the security of SSH. When the SSH key is not used for a long time, it is likely to be closed by GitLab. In this case, even if your S
    git . gitlab 3255 2023-03-31 10:25:35
  • Let's talk about how to set up a protected branch and submit a PR in Gitlab
    Let's talk about how to set up a protected branch and submit a PR in Gitlab
    This article is about learning Gitlab, talking about how to set up a protected branch and submit a PR to your leader. I hope it will be helpful to everyone!
    git . gitlab 5245 2023-03-30 21:01:36
  • Let's talk about how to install the Chinese version of gitlab with one click
    Let's talk about how to install the Chinese version of gitlab with one click
    In the current Internet era, version control tools are a must-have for technical personnel. Git is one of the most popular version control tools currently, and GitLab is an open source platform for managing Git repositories and a powerful integrated development environment (IDE). Although the Chinese version of GitLab has an official installation tutorial, the process of installing GitLab may be very difficult for those who are not familiar with Linux systems. For your convenience, someone in the community has developed a one-click installation package for the Chinese version of GitLab, making it
    git . gitlab 765 2023-03-29 14:32:32
  • A brief analysis of how to pull projects to local on gitlab
    A brief analysis of how to pull projects to local on gitlab
    GitLab is a popular version control tool similar to GitHub, but it is more focused on applications for large teams and enterprises. For most software developers, pulling projects on GitLab to local is a basic operation that must be mastered. Next, this article will show you how to do this. Step 1: Get your project URL on GitLab First, you need to find your project URL on GitLab. Open your browser, enter GitLab's website address, and log in to your account. Choose you
    git . gitlab 2839 2023-03-29 14:32:58
  • A closer look at the Runner suite in GitLab
    A closer look at the Runner suite in GitLab
    What does GitLab's Runner do? With the rapid development of modern software development, continuous integration (CI) and continuous deployment (CD) have become necessary for any company willing to maintain a competitive advantage. As a client code management platform, GitLab can automate the process throughout the software development cycle. As part of GitLab's automated process, it comes with an automated process suite called Runner. This article will have an in-depth discussion of GitLab’s Runner, including its definition, operation
    git . gitlab 1663 2023-03-29 14:34:17
  • Analyze how to use administrators to create usernames and passwords in gitlab
    Analyze how to use administrators to create usernames and passwords in gitlab
    As a powerful open source code hosting platform, GitLab has become the preferred platform for code collaboration and code management. GitLab uses a secure HTTPS connection, providing many security features and the ability to use multiple branch workflows from a single instance. In GitLab, administrators can manage users by creating usernames and passwords.
    git . gitlab 2790 2023-03-29 14:15:04

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28