We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bdc38 commit 7f639abCopy full SHA for 7f639ab
README.md
@@ -29,6 +29,14 @@ dotnet tool install -g dotnet-cnblog
29
第一次运行需要配置博客ID,账号密码等,按照提示输入即可,对信息采用tea加密算法进行加密存储。
30
31

32
+有可能如下情况:
33
+
34
+
35
+原因是因为你没有配置path环境变量,我们可以查看下C:\Users\用户名\.dotnet\tools 看看是否存在 dotnet-cnblog.exe。
36
+
37
+如果存在就把这个目录添加到path环境变量即可。
38
+
39
40
41
### 3.重置配置
42
0 commit comments