GitCode/1024 Programmer Open Source Challenge Practice

Prize setting and distribution rules

serial number mission name mission rewards Receiving condition distribution rules Number limit
1 Basic operation of GitCode platform One-year 10-core 10G cloud experimental environment membership (not a cloud server, but a cloud container experimental environment, click me for details ) The rewards can be issued upon completion of the task. Users can check whether the task is completed by themselves according to the operation steps of the task. The official will run the program every day to automatically count and issue rewards. Each user can only claim 1 time. Announce the list of winners on the task page before 12 o'clock the next day, and complete the distribution of rewards before 24 o'clock. After successful distribution, there will be a text message notification. If you do not receive the text message, you can click this link to check whether the VIP has been credited to the account (users who have successfully received it , You can see the VIP logo and expiration time on the page) 100,000
2 Open source project development and operation CSDN customized schoolbag After completing the task, it will be issued. Users can check whether it is completed according to the operation steps of the task. The official staff will issue it after passing the inspection every week. Each user can only claim 1 time. Announce the list of winners on the task page before 12:00 every Monday, and the staff will contact you via CSDN private message, and the prizes will be distributed 30 working days after the event ends 2,000
3 1024 Cloud IDE Application Challenge Up to 5,000 yuan in cash rewards After the code is submitted, it will be issued after the award Announce the selection results on the task page on November 15th, and the staff will contact you via CSDN private message, and the prizes will be distributed within 7 working days after the event ends 88

Participate in task entry

serial number mission name task entry
1 Basic operation of GitCode platform Open Source Task 1.md · master · GitCode / 1024 Programmer Open Source Challenge · GitCode
2 Open source project development and operation Open Source Task 2.md · master · GitCode / 1024 Programmer Open Source Challenge · GitCode
3 1024 Cloud IDE Application Challenge Cloud IDE / 1024 Cloud IDE Application Challenge · GitCode


first task

Prizes and Distribution Rules

1. The prize is: one-year 10-core 10G cloud experimental environment membership (not a cloud server, but a cloud container experimental environment, click me to view the details )
2. Each user can only receive one reward during the activity period
3. The system will Every day, the users who completed the task on the previous day are counted and rewards are automatically distributed.
4. There will be a SMS notification after the successful issuance. If you have not received the SMS, you can click this link to check whether the VIP has been credited to the account (users who have successfully credited to the account can see the VIP logo and expiration time on the page)


official document

Open Source Task 1.md · master · GitCode / 1024 Programmer Open Source Challenge · GitCode 1024 Programmer Open Source Challenge https://gitcode.net/gitcode/1024opensource/-/blob/master/%E5%BC%80%E6 %BA%90%E4%BB%BB%E5%8A%A11.md Remember to join the official group, there will be award notifications in the group, and there are documents


start

Open the official document above, we can choose the open source project on the Internet, or the open source project at the end of the article, as shown in the figure

I randomly selected one in the list and clicked the Fock in the upper right corner

 Then you may be asked to log in to gitcode and fill in your email address. After logging in, refresh the web page and it will show that you have logged in. Then we will come to the interface as shown in the figure. Just click on the avatar and it will be ok

 

Then we will enter the project we copied from the open source warehouse, as shown in the figure

 We click on Issue in the upper left corner, and then click on the bottom to create a new Issue

 Then enter the following interface, you can write whatever you want (according to your own), I wrote my own user name for the title, and learned to write the reason

 Remember to submit

 Then enter the following interface

 Let's click the Star in the upper right corner

 Even if the task is completed here, you need to check yourself


second task

Prize Distribution Rules

Prize: CSDN customized schoolbag

Prize distribution time

frequency Announce the list of winners
first 2022-10-31
the second time 2022-11-07
the third time 2022-11-14

start

Click on the official document, click on Fock at the top right

Official reference documents:

Open Source Task 2.md · master · GitCode / 1024 Programmer Open Source Challenge · GitCode

Click on the circled place

I have been doing the second task for a long time, but some people have not encountered the problem I encountered. The overall difficulty is not too big. You can refer to the official document. I will mention the points for attention.

If the file is uploaded according to ssh according to the official document, so we need to configure the key with the official document on gitcode.

In addition, you need to install git or other software yourself (the installation is not difficult, just find a tutorial online)

Enter the following interface (I submitted the code, so there will be more documents)

The picture below is an official document, my operation will be a little different

 I didn't have the step of cd, because the operation failed (cd is followed by your local warehouse or remote warehouse)

You can use the following address for testing (gitee project, find it yourself, local ones are fine)

 2048: 1024 mini games

There is already a preview.yml file in this, you can delete it, and write another one yourself (the project needs to be downloaded)

Already have the git tool, we can skip the cd step, find our project directory, right click, select Git Bash Here

 The following interface will be displayed

 Then we execute the following four commands

git rename origin old-origin

git remote add origin 这里是点击fock后调转页面的克隆的地址

git push -u origin --all
 
git push -u origin --tags

Both addresses should work, the official one is the first one, no need to enter the account password (should be)

Be sure to note that there is your own account in the address

 You may have opened the wrong page, copying the wrong address, resulting in an error

In the operation, I encountered the same conflict problem of the file name, but some people did not encounter it

If there is a conflict, search for git's forced merge

I wish everyone one pass, one backpack per person, first come first served

Task 3 Those who want to participate can also participate 

Accumulation of prizes for three missions

You can add mutual communication, and it is recommended to join the official communication group, there will be a prize notification


Here you can see the list of winners for Mission 1.

�Happy↑㎡ / 1024 Programmer Open Source Challenge GitCode

Guess you like

Origin blog.csdn.net/qq_55112725/article/details/127548132