Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day01 自学营第一天学员问题整理汇总 #81

Closed
yingca1 opened this issue Mar 19, 2019 · 5 comments
Closed

Day01 自学营第一天学员问题整理汇总 #81

yingca1 opened this issue Mar 19, 2019 · 5 comments
Labels
good first issue Good for newcomers

Comments

@yingca1
Copy link
Contributor

yingca1 commented Mar 19, 2019

目录

  1. 安装 SourceTree 软件遇到的问题 Day01 自学营第一天学员问题整理汇总 #81 (comment)
  2. macOS 不知道如何创建文本文件 Day01 自学营第一天学员问题整理汇总 #81 (comment)
  3. 不知道如何查看自己教练的 Github 账户名 Day01 自学营第一天学员问题整理汇总 #81 (comment)
  4. 不理解 在本地仓库创建新文件 这句话什么意思 Day01 自学营第一天学员问题整理汇总 #81 (comment)
  5. Github 远程仓库和 Sourcetree 中的本地仓库分支不同步 Day01 自学营第一天学员问题整理汇总 #81 (comment)
@yingca1
Copy link
Contributor Author

yingca1 commented Mar 19, 2019

安装 SourceTree 软件遇到的问题

  1. 由于 SourceTree 需要链接 Bitbucket 账户才能使用,所以最好提前先注册一个 Bitbucket 账户。

由于是国外的服务商,所以部分地区网络可能会有些问题

相关问题:

  1. 安装SourceTree软件过程中的小问题 Day01 安装SourceTree软件过程中的小问题 #6

@yingca1
Copy link
Contributor Author

yingca1 commented Mar 19, 2019

macOS 不知道如何创建文本文件

作业中有要求在本地创建一个 txt 文件,并写入内容。macOS 创建文本文件对新人来说不是很容易。

解决方案:请参考 #71

相关问题:

  1. 在本地仓库创建新文件的疑问 Day01 在本地仓库创建新文件的疑问 #2

@yingca1
Copy link
Contributor Author

yingca1 commented Mar 19, 2019

不知道如何查看自己教练的 Github 账户名

解决方案:请参考 #68

@yingca1
Copy link
Contributor Author

yingca1 commented Mar 19, 2019

不理解 在本地仓库创建新文件 这句话什么意思

这句话的意思是:在自己的本地电脑,找到仓库在文件管理器的位置,在文件管理器中正确的文件夹下面创建一个文件

SourceTree 和 Github Desktop 仅是管理操作 Git 的可视化界面,所有文件的操作可以通过操作系统的文件管理器操作,或者通过编写程序的 IDE 来创建编辑文件。

所以 SourceTree 和 Github Desktop 里确实没有创建文件的地方。

相关问题:

  1. 在本地仓库创建新文件的疑问 Day01 在本地仓库创建新文件的疑问 #2

@yingca1 yingca1 added the good first issue Good for newcomers label Mar 19, 2019
@yingca1
Copy link
Contributor Author

yingca1 commented Mar 19, 2019

Github 远程仓库和 Sourcetree 中的本地仓库分支不同步

Git 的机制中,远程仓库 和 本地仓库 同步是需要执行一些操作的。原理通过 Git 命令来解释如下:

git remote update && git fetch

解决方案:请参考 #7

相关的问题:

  1. Github 远程仓库和 Sourcetree 中的本地仓库分支不同步的问题 Day01 Github 远程仓库和 Sourcetree 中的本地仓库分支不同步的问题 #7

@yingca1 yingca1 pinned this issue Mar 21, 2019
@CnPyYang CnPyYang unpinned this issue Mar 21, 2019
@yingca1 yingca1 changed the title 自学营第一天学员问题整理汇总 DAY1 自学营第一天学员问题整理汇总 Apr 1, 2019
@EthanYan6 EthanYan6 changed the title DAY1 自学营第一天学员问题整理汇总 Day01 自学营第一天学员问题整理汇总 Jun 6, 2019
@yingca1 yingca1 closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant