在日常的工作生活学习中
经常会遇到无法访问 GitHub 、访问不稳定等等突发情况
这不,今天群里的朋友们又双叒叕遇到了问题——
为方便用户从 GitHub 快速备份开源仓库,稳定访问,CODING 现已支持导入 GitHub 仓库!
CODING 提供多种导入方式,无需繁琐步骤,只需简单两步操作即可轻松将仓库迁移到 CODING 并开始使用,访问仓库更加稳定便捷,方便您深度参与并快速实践开源项目。同时还能管理导入仓库,定时同步远程仓库的所有改动,让代码“紧随潮流”。
1
lengyihan 2020-11-30 15:43:38 +08:00 via Android
666
|
2
mokeyjay 2020-11-30 15:45:00 +08:00
你这什么版本的微信还能支持图文混编那么高级,请发我一个
|
3
EasonC 2020-11-30 15:49:51 +08:00 via iPhone
哇,我感觉微信真的做得好,这么看吊打其他同类型 app,微信这聊天界面简洁好看😄😄
|
4
heybuddy 2020-11-30 17:25:45 +08:00
php 使用 coding 的持续构建的时候,出现了两个问题:
1.composer 提示不能用 root 用户。 2.提示某些 php 扩展没有。 请问有啥好的解决办法吗? 日志如下: ``` + composer install --no-plugins --no-scripts Do not run Composer as root/super user! See https://getcomposer.org/root for details Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for endroid/qr-code 3.9.1 -> satisfiable by endroid/qr-code[3.9.1]. - endroid/qr-code 3.9.1 requires ext-gd * -> the requested PHP extension gd is missing from your system. Problem 2 - Installation request for overtrue/http 1.1.3 -> satisfiable by overtrue/http[1.1.3]. - overtrue/http 1.1.3 requires ext-curl * -> the requested PHP extension curl is missing from your system. Problem 3 - Installation request for phpoffice/phpspreadsheet 1.14.1 -> satisfiable by phpoffice/phpspreadsheet[1.14.1]. - phpoffice/phpspreadsheet 1.14.1 requires ext-gd * -> the requested PHP extension gd is missing from your system. Problem 4 - Installation request for topthink/think-image v1.0.7 -> satisfiable by topthink/think-image[v1.0.7]. - topthink/think-image v1.0.7 requires ext-gd * -> the requested PHP extension gd is missing from your system. Problem 5 - overtrue/http 1.1.3 requires ext-curl * -> the requested PHP extension curl is missing from your system. - mingyoung/dingtalk 2.3.1 requires overtrue/http 1.1.3 -> satisfiable by overtrue/http[1.1.3]. - Installation request for mingyoung/dingtalk 2.3.1 -> satisfiable by mingyoung/dingtalk[2.3.1]. To enable extensions, verify that they are enabled in your .ini files: - /etc/php/7.3/cli/php.ini - /etc/php/7.3/cli/conf.d/10-opcache.ini - /etc/php/7.3/cli/conf.d/10-pdo.ini - /etc/php/7.3/cli/conf.d/15-xml.ini - /etc/php/7.3/cli/conf.d/20-calendar.ini ``` |