第一次在github上提交项目

5 篇文章 0 订阅

因为昨天用到了Crypt_GPG项目,感觉这个项目很好,但是如果你只是简单的加解密GPG的话,这个可能用起来不太方便,所以我精简了一下Crypt_GPG的代码,整理了一份儿比较少的版本,只需要导入需要解密的文件,填写私钥和私钥密码,就可以进行解密的非常简单的版本。

基本上在github上提交的过程是这样的:

1.首先在github页面添加一个repository.

2.然后git clone https://github.com/linjunjie/php-simple-gpg.git php-simple-gpg 到本地。

3.之后将你的代码copy到这个目录中。

4.然后git add .

5.之后git commit -m ‘init’

6.然后我们 git push -u origin master 就可以将代码提交到github中了。

andy@AndyMacBookPro:/usr/local/src/php-simple-gpg$
andy@AndyMacBookPro:/usr/local/src/php-simple-gpg$ git push -u origin master
Username for 'https://github.com': zhangsanfeng123@gmail.com
Password for 'https://zhangsanfeng123@gmail.com@github.com':
Counting objects: 14, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 44.38 KiB | 0 bytes/s, done.
Total 13 (delta 2), reused 0 (delta 0)
To https://github.com/zhangsanfeng/php-simple-gpg.git
   2da835f..4b77f7e  master -> master
Branch master set up to track remote branch master from origin.
andy@AndyMacBookPro:/usr/local/src/php-simple-gpg$
答案: 第一次上传代码到Github需要完成以下几个步骤: 1. 首先,在Github上创建一个新的代码仓库。你可以在Github的网站上注册一个账号并登录,然后点击页面右上角的加号按钮,选择"New repository"来创建一个新的仓库。填写仓库名称和描述等信息,然后点击"Create repository"按钮即可创建成功。 2. 在本地电脑上使用Git命令行工具,进入你的项目文件夹。如果还没有安装Git,你可以在Git的官方网站上下载并安装。 3. 在命令行中使用以下命令来初始化一个本地仓库,并将其与Github上的仓库进行关联: ``` git init git remote add origin <仓库的URL> ``` 这里的<仓库的URL>是你在第一步创建的Github仓库的URL。 4. 接下来,你可以将你的代码添加到本地仓库中。使用以下命令添加所有文件: ``` git add . ``` 5. 提交你的代码到本地仓库,并添加一个提交说明: ``` git commit -m "提交说明" ``` 6. 最后,将本地仓库中的代码推送到Github仓库中: ``` git push origin master ``` 这里的"origin"是你在第三步中为Github仓库设置的远程仓库别名,而"master"表示要推送的本地分支。 完成以上步骤后,你的代码就会成功上传到Github仓库中了。记住,在第一次推送代码之前,你可能需要输入你的Github账号和密码进行身份验证。如果你想要避免每次推送都需要输入账号密码,你可以设置SSH密钥进行身份验证。详情可以参考Github的文档或者引用中提到的添加SSH的步骤。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [超详细——入门Github的代码上传](https://blog.csdn.net/weixin_46172366/article/details/128878120)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* [第一次上传代码到github](https://blog.csdn.net/ytyxl/article/details/79373899)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值