Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>
After installing git in window, generate SSH key in CMD. Use SSH keygen
During the command, I was prompted with the error of “could not create directory ‘/ /. SSH”. My colleague said that he had encountered the same error before, which was caused by the lack of system variables. At that time, he helped me add the variables, but I didn’t see which variable was added. Today, I looked up the information on the Internet and found out that the environment variable of home was added. My job is to add home = C/users. Then skills are generated automatically. Excerpt【
Digression: because it’s a Windows environment, it may have been affected when cygwin was installed a few days ago
In addition, in the actual use process, we found that although cygwin imitates the Linux environment under windows, in many cases, there will be obscure problems, and there is no error prompt. For example, this time, using the command line of cygwin and git, everything else is normal, but when submitting the code, it will lose its response (not stuck, but after entering, it will not submit the code and there is no output) and there is no error prompt. Finally, it’s done with the built-in CMD of windows
)】
In addition, the note I learned is the misunderstanding of GIT. I used to think that Git is GitHub, but I learned that they are different concepts through video learning. Git is actually more like a technology, and GitHub is a platform to provide the use of this technology
Environment: Windows 7 ultimate
Similar Posts:
- Solution to the error of cscope – Q option in Windows
- Jenkins – mvn: command not found
- [Solved] JPype Error: FileNotFoundError: [Errno 2] No such file or directory: ‘/usr/lib/jvm’
- About javac error bash: Java: command not found solution
- Solve the problem of ADB: command not found on MAC
- [Solved] NB: JAVA_HOME should point to a JDK not a JRE
- SDK manager cannot open the solution (Android)
- SDK location not found. Define location with sdk.dir in the local.properties file or with an AND…
- ideaUnable to ping server at localhost:1099
- Python error: Unable to find vcvarsall.bat [How to Solve]