$ git pull origin master
fatal: unable to access 'https://xxxxxxxxxxxxxxx':
error setting certificate verify locations:
CAfile: C:/Users/abc/AppData/Local/Programs/Git/usr/bin/curl-ca-bundle.crt
CApath: none
Run Code Online (Sandbox Code Playgroud)
当我拉或推我的代码时,我收到此错误.
请指导我解决这个问题.
我如何在laravel 5中使用以下插入查询?
INSERT INTO connection2.table (SELECT * from connection1.table);
Run Code Online (Sandbox Code Playgroud)
我正在寻找两个不同的连接,Connection1.table记录应该转到Connection2.table。