Git Bash 命令之 reflog 查看引用的指向记录 其他 Git Bash 命令之 reflog 查看引用的指向记录 有更新! reflog 一般用于分支被删除后查找分支的指向(移动)记录,以便恢复被删除的分支; reflog 还支持部分 log 命令的参数,如 --stat、--auth 0 评论 0 浏览
Git 临时储藏本地变更的 stash 命令常见用法 其他 Git 临时储藏本地变更的 stash 命令常见用法 有更新! 记录 Git 中的 stash 命令的常见用法。临时保存的本地变更,储藏位置在 Git 栈中,与分支无关,所有分支共用一个储藏栈。 0 评论 0 浏览
Windows 下 VSCode 使用 SSH 连接报 Bad owner or permissions on C:\\Users\\Administrator/.ssh/config 错误问题解决 操作系统 Windows 下 VSCode 使用 SSH 连接报 Bad owner or permissions on C:\\Users\\Administrator/.ssh/config 错误问题解决 有更新! 在 Windows 系统下的 VSCode 安装 Remote - SSH 扩展后,使用扩展配置 SSH 并进行远程连接时报错问题解决办法。 0 评论 0 浏览
Android Studio 提示 Unable to access Android SDK add-on list 问题处理 其他 Android Studio 提示 Unable to access Android SDK add-on list 问题处理 有更新! Android Studio 问题处理方法分享: 第一次安装 Android Studio,由于电脑没有 android-sdk,安装的又是没有自带 SDK 0 评论 0 浏览