Failed to clone the git@github.com:jquery/jquery-dist.git repository, try running in interactive mode so that you can enter your GitHub credentials
[Composer\Repository\InvalidRepositoryException] No valid bower.json was found in any branch or tag of https://github.com/jq uery/jquery-dist.git, could not load a package from it.
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version":"2.0.0", "tasks":[ { "label":"build", "type":"shell", "command":"make", "args":[ ], "group":"build", "presentation":{ "reveal":"silent" }, "problemMatcher":[ "$gcc" ] } ] }
{ // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace. "recommendations":[ "ms-vscode.cpptools", "donjayamanne.githistory" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations":[
] }
Git History
ctrl + shift + p 後打 git h 可以看 git log、file 跟 line history。