修改配置文件
jupyterlab安装git插件后,会生成一个.git文件夹,修改其中的config文件。添加:
[user] name = name //你的用户名
email = alibaba-inc.com //邮箱域名
[credential]
helper = store
使用命令行
git config --global credential.helper store 日常学习、工作的点滴记录
jupyterlab安装git插件后,会生成一个.git文件夹,修改其中的config文件。添加:
[user] name = name //你的用户名
email = alibaba-inc.com //邮箱域名
[credential]
helper = store
git config --global credential.helper store