重要通知! | Paraverse平行云GitHub搬家啦!

随着"平行云"更名为"Paraverse平行云",我们的GitHub地址也做出了相应调整。欢迎开发者访问我们的新地址,继续共享我们的开源仓库与实时云渲染软件!

更改的核心内容如下:

pingxingyun >> ParaverseTechnology

* 文档地址变更:

https://pingxingyun.github.io/

>> https://ParaverseTechnology.github.io/

https://github.com/pingxingyun

>> https://github.com/ParaverseTechnology

*****Git仓库地址变更:

若已通过Git下载了仓库源码,需更新Remotes的地址以继续拉取代码使用。以lark_sr_websdk_demos仓库为例,操作步骤如下:

复制代码
cd 项目文件夹
#查看当前远程仓库的URL
git remote -v
#使用git remote set-url命令来修改远程仓库的URL,例如lark_sr_websdk_demos
git remote set-url origin  https://github.com/ParaverseTechnology/lark_sr_websdk_demos.git
相关推荐
通义灵码8 小时前
Qoder 支持通过 DeepLink 添加 MCP Server
人工智能·github·mcp
数据大魔方12 小时前
【期货量化实战】跨期套利策略:价差交易完整指南(TqSdk源码详解)
数据库·python·算法·github·程序员创富
数据大魔方14 小时前
【期货量化实战】螺纹钢量化交易指南:品种特性与策略实战(TqSdk完整方案)
python·算法·github·程序员创富·期货程序化·期货量化·交易策略实战
Cx330❀15 小时前
Git 多人协作全攻略:从入门到高效协同
大数据·elasticsearch·搜索引擎·gitee·github·全文检索·gitcode
CoderJia程序员甲17 小时前
GitHub 热榜项目 - 日榜(2026-1-9)
开源·大模型·llm·github·ai教程
lpfasd12321 小时前
系统、详细地介绍 GitHub 官方 API 的能力边界
github
KevinShi_BJ21 小时前
Github Copilot 实践
github·copilot
秋雨雁南飞1 天前
图床软件 PicGo + Github
github·picgo·图床
moment&forever1 天前
GitHub 托管 API 地址配置文件:实现零成本云配置托管
github
小龙1 天前
【Git 报错解决】本地无有效提交无法推送(`src refspec main does not match any`)
git·github·报错