Bitbucket服务Visual Studio Code (VS code)
作者:互联网
首先在Bitbucket上创建项目、仓库。
参考:Bitbucket在PyCharm上提供Git服务(SSH Key方式)
clone项目仓库
VS Code中SSH方式clone项目仓库。如果没有配置SSH,可能的结果:
> git clone git@bitbucket.org:caryqd/js_liaoxf.git d:\js_liaoxf --progress
Forbidden
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
使用https方式,VS Code里需要录入口令。
点击【Clone in VS Code】,自动打开VS code:
选择Clone a new copy
;
选择项目上级路径;
录入口令。后续push可以发现口令已记住。
克隆完成,选择【在新窗口中打开】
VS Code新增文件,推送验证
增加新文件
暂存所有文件
提交
推送
未提示再次录入口令,可见口令已记住。
上Bitbucket查看,新增文件已推送完成。
标签:code,Bitbucket,Code,clone,VS,口令,git 来源: https://www.cnblogs.com/caryqd/p/14709267.html