Skip to content

Commit

Permalink
change to https based auth (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored Apr 7, 2020
1 parent 350da95 commit 10b4acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ mkdir -p ${GOPATH}/src/knative.dev
cd ${GOPATH}/src/knative.dev
git clone [email protected]:${YOUR_GITHUB_USERNAME}/eventing.git
cd eventing
git remote add upstream git@github.com:knative/eventing.git
git remote add upstream https://github.com/knative/eventing.git
git remote set-url --push upstream no_push
```

Expand Down

0 comments on commit 10b4acb

Please sign in to comment.