asdf2014 / algorithm

Team up to solve problems on LeetCode together
https://yuzhouwan.com/posts/666/
Apache License 2.0
217 stars 101 forks source link

first_commit.sh文件中的一些报错 #76

Closed Oh-MyBug closed 3 years ago

Oh-MyBug commented 3 years ago
bash: line 21: bc: command not found
Please set SSH to github!
bash: line 25: open: command not found

我配置了SSH,但是在git bash命令行中提示没有 bcopen 命令,需要怎么解决呢?

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.64. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

asdf2014 commented 3 years ago

@Oh-MyBug 这是 Unix-like 的系统下的命令,如果你是 Windows 环境的话,可能需要用到 PowerShell 工具

Oh-MyBug commented 3 years ago

@Oh-MyBug 这是 Unix-like 的系统下的命令,如果你是 Windows 环境的话,可能需要用到 PowerShell 工具

是的,我自己在本地创建了一个first_commit.sh文件,跳过了SSH检验,成功提交了,谢谢你!