Skip to content

Instantly share code, notes, and snippets.

View ZohaibAhmad786's full-sized avatar
🎯
Focusing

Miracle ZohaibAhmad786

🎯
Focusing
View GitHub Profile
CREATE TABLE STUDENT
(
id int PRIMARY KEY,
firstName nvarchar(200),
lastName nvarchar(200),
email nvarchar(320)
);
-- This is a dummy record do not use in production !!
@evantoli
evantoli / GitConfigHttpProxy.md
Last active May 9, 2024 02:44
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like: