Github Enterprise

本文详细介绍了GitHub的企业版定价方案和个人私有仓库的成本,并提供了AWS EC2实例的推荐配置及成本估算,帮助读者理解如何合理选择和配置云服务资源。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

https://github.com/pricing  //price list

https://enterprise.github.com/features#pricing  //ent price 10acc/2500 20acc/5000, 30acc/7500, both $

https://github.com/business/features  //ent vs organization

https://enterprise.github.com/releases/2.5.2/download  //download

https://help.github.com/  //help

https://help.github.com/enterprise/2.5/admin/guides/  //guide for ent github

https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/  //setup 2FA

https://help.github.com/articles/how-does-upgrading-or-downgrading-affect-the-billing-process/  //upgrade and upgrade acc level, 升级即时生效,补剩余周期差价,降级到期生效

 

https://aws.amazon.com/ec2/pricing/?nc1=h_ls  //AWS EC2 quotation

https://help.github.com/enterprise/2.5/admin/guides/installation/installing-github-enterprise-on-aws/  //requirement and setup guide for AWS

 

* To use private resp, must pay for it. $7 for personal and $25 for organization. In fact, after you buy personal, you still need to pay $25(bronze, lowest level, 5 resp) to create a private resp.

* Be care full to create the resp on the organiztion you create, $25 can only authorize one org or just on your profile. For my case, I make a mistake to create private resp on my profile, and can't create private resp on my org any more. $7白花了了亚

* Can't not set another free user as the owner of  a private resp, which means only the creator can invite other user.

* SSH key can effect without input username

* 2FA only effect on current profile not for resp. 2FA may cause the git client return error, can't logon, but won't effect the cloned resp.

 

* For AWS cloud, r3.large($0.2/h, $1114/year, $2214/3y) is recommend for 0-500 users, but the free AWS only provide EC2 t2.macro

 

//***************** http://www.cnblogs.com/eileenleung/p/3503337.html

$ cd ~
$ ssh-keygen -t rsa  # 默认存放路径 ~/.ssh/id_rsa.pub

 

//add pub key on server

$ ssh git@yourComputerName.local mkdir .ssh  # 登陆 server 并创建 .ssh 文件夹
$ scp ~/.ssh/id_rsa.pub git@yourComputerName.local:.ssh/authorized_keys

 

//create resp

$ cd path/to
$ mkdir newrepo.git $ cd newrepo.git $ git init --bare
# --bare flag 只是用来存储 pushes,不会当做本地 repository 来使用的。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值